|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
File resize interface allowing a file to change its size, e.g. More...
Public Member Functions | |
| void | setLength (final long newSize) throws IOException |
File resize interface allowing a file to change its size, e.g.
via RandomAccessFile#setLength(long).
Definition at line 105 of file MappedByteBufferInputStream.java.
| void com.jogamp.common.nio.MappedByteBufferInputStream.FileResizeOp.setLength | ( | final long | newSize | ) | throws IOException |
| newSize | the new file size |
| IOException | if file size change is not supported or any other I/O error occurs |