Package com.jogamp.common.nio
Interface MappedByteBufferInputStream.FileResizeOp
- Enclosing class:
- MappedByteBufferInputStream
public static interface MappedByteBufferInputStream.FileResizeOp
File resize interface allowing a file to change its size,
e.g. via
RandomAccessFile.setLength(long).-
Method Summary
-
Method Details
-
setLength
- Parameters:
newSize- the new file size- Throws:
IOException- if file size change is not supported or any other I/O error occurs
-