Retrieves the length of this stream.
public long getLength()
Returns the length of this stream.
This method implements the IByteStream.getLength method. The default implementation raises an IOException, but a subclass can override the method to provide the appropriate functionality.