Package com.intellij.util.io
Class ReadOnlyMappedBufferWrapper
- java.lang.Object
-
- com.intellij.util.io.MappedBufferWrapper
-
- com.intellij.util.io.ReadOnlyMappedBufferWrapper
-
public class ReadOnlyMappedBufferWrapper extends MappedBufferWrapper
-
-
Field Summary
-
Fields inherited from class com.intellij.util.io.MappedBufferWrapper
myFile, myLength, myPosition
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyMappedBufferWrapper(File file, int pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MappedByteBuffer
map()
-
Methods inherited from class com.intellij.util.io.MappedBufferWrapper
buf, clean, dispose, flush, getIfCached, isMapped, tryForce, unmap
-
-
-
-
Constructor Detail
-
ReadOnlyMappedBufferWrapper
public ReadOnlyMappedBufferWrapper(File file, int pos)
-
-
Method Detail
-
map
public MappedByteBuffer map()
- Specified by:
map
in classMappedBufferWrapper
-
-