GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.nio.MappedByteBufferInputStream.FileResizeOp Interface Reference

File resize interface allowing a file to change its size, e.g. More...

Collaboration diagram for com.jogamp.common.nio.MappedByteBufferInputStream.FileResizeOp:

Public Member Functions

void setLength (final long newSize) throws IOException
 

Detailed Description

File resize interface allowing a file to change its size, e.g.

via RandomAccessFile#setLength(long).

Definition at line 105 of file MappedByteBufferInputStream.java.

Member Function Documentation

◆ setLength()

void com.jogamp.common.nio.MappedByteBufferInputStream.FileResizeOp.setLength ( final long  newSize) throws IOException
Parameters
newSizethe new file size
Exceptions
IOExceptionif file size change is not supported or any other I/O error occurs
Here is the caller graph for this function:

The documentation for this interface was generated from the following file: