JavaTM 2 Platform
Standard Ed. 5.0

Ŭ·¡½º
java.nio.channels.FileChannel.MapMode »ç¿ë

FileChannel.MapMode¸¦ »ç¿ëÇÏ°í ÀÖ´Â ÆÐÅ°Áö
java.nio.channels ÀÔÃâ·Â Á¶ÀÛÀ» ½ÇÇàÇÒ ¼ö ÀÖ´Â ¿£Æ¼Æ¼ (ÆÄÀÏ, ¼ÒÄϵî)¿¡ÀÇ Á¢¼ÓÀ» ³ªÅ¸³»´Â ä³ÎÀ̳ª, ´ÙÁßÈ­ µÈ ºñºí·Ï ÀÔÃâ·Â Á¶ÀÛ¿ëÀÇ ¼¿·ºÅ͸¦ Á¤ÀÇÇÕ´Ï´Ù.  
 

java.nio.channels ¿¡¼­ÀÇ FileChannel.MapMode »ç¿ë
 

FileChannel.MapMode ·Î¼­ ¼±¾ðµÇ°í ÀÖ´Â java.nio.channels Çʵå
static FileChannel.MapMode FileChannel.MapMode. PRIVATE
          ºñ°ø°³ (copy-on-write) ¸ÅÇÎ¿ë ¸ðµåÀÔ´Ï´Ù.
static FileChannel.MapMode FileChannel.MapMode. READ_ONLY
          read Àü¿ë ¸ÅÇÎ¿ë ¸ðµåÀÔ´Ï´Ù.
static FileChannel.MapMode FileChannel.MapMode. READ_WRITE
          Àбâ / Ãâ·Â ¸ÅÇÎ¿ë ¸ðµåÀÔ´Ï´Ù.
 

FileChannel.MapMode ÇüÀÇ ÆĶó¹ÌÅ͸¦ °¡Áö´Â java.nio.channels ¸Þ¼­µå
abstract  MappedByteBuffer FileChannel. map (FileChannel.MapMode  mode, long position, long size)
          ÀÌ Ã¤³ÎÀÇ ÆÄÀÏÀÇ ¿µ¿ªÀ» Á÷Á¢ ¸Þ¸ð¸®¿¡ ¸ÅÇÎ ÇÕ´Ï´Ù.
 


JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.