Sets the length of this stream.
public void setLength( long length )
length
The new length of this stream.
This method implements the IByteStream.setLength method. The default implementation throws an IOException, but a subclass can override this method to provide the appropriate functionality.