Interface ISeekableByteChannel
.NET interface for TO BE DEFINED FROM USER
public interface ISeekableByteChannel : IByteChannel
Methods
Position()
long Position()
Returns
Exceptions
Position(long)
SeekableByteChannel Position(long arg0)
Parameters
Returns
Exceptions
Read(ByteBuffer)
int Read(ByteBuffer arg0)
Parameters
arg0
ByteBuffer
Returns
Exceptions
Size()
long Size()
Returns
Exceptions
Truncate(long)
SeekableByteChannel Truncate(long arg0)
Parameters
Returns
Exceptions
Write(ByteBuffer)
int Write(ByteBuffer arg0)
Parameters
arg0
ByteBuffer