Determines whether this stream supports seeking.
public boolean canSeek()
Returns true if the stream supports seeking; otherwise, returns false.
IOException thrown if an I/O error occurs.
This method implements the IByteStream.canSeek method. This default method always returns true, but a subclass can override this method to provide the appropriate functionality.
See Also write