JavaTM Platform
Standard Ed. 6

클래스
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 Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.