jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Public Member Functions | List of all members
org.jau.io.MappedByteBufferInputStream.FileResizeOp Interface Reference

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

Collaboration diagram for org.jau.io.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 102 of file MappedByteBufferInputStream.java.

Member Function Documentation

◆ setLength()

void org.jau.io.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: