com.imagero.uio
Interface OSeekable

All Superinterfaces:
ISeekable
All Known Subinterfaces:
RandomAccessIO, RandomAccessOutput
All Known Implementing Classes:
AbstractRandomAccessIO, AbstractRandomAccessOutput, ByteArrayRandomAccessIO

public interface OSeekable
extends ISeekable


Field Summary
 
Fields inherited from interface com.imagero.uio.ISeekable
BIG_ENDIAN, LITTLE_ENDIAN
 
Method Summary
 void setLength(long newLength)
          Set length of stream.
 
Methods inherited from interface com.imagero.uio.ISeekable
close, getByteOrder, getFilePointer, isBuffered, length, seek, setByteOrder
 

Method Detail

setLength

public void setLength(long newLength)
               throws java.io.IOException
Set length of stream.

Parameters:
newLength - new stream length
Throws:
java.io.IOException