seek This method moves the stream offset of the steam implementing this interface.
@param whence specifies how to interpret the 'offset' parameter insetting the stream offset associated with the implementing stream.
@param offset specifies a value, in bytes, that is used in conjunctionwith the 'whence' parameter to set the stream offset of the implementing stream. A negative value causes seeking in the reverse direction.
@throws NS_BASE_STREAM_CLOSED if called on a closed stream.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.