C# Class BTDB.StreamLayer.ByteBufferWriter

Inheritance: AbstractBufferedWriter
Mostra file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
ByteBufferWriter ( ) : System
FlushBuffer ( ) : void
GetCurrentPosition ( ) : long
GetDataAndRewind ( ) : ByteBuffer
Reset ( ) : void

Method Details

ByteBufferWriter() public method

public ByteBufferWriter ( ) : System
return System

FlushBuffer() public method

public FlushBuffer ( ) : void
return void

GetCurrentPosition() public method

public GetCurrentPosition ( ) : long
return long

GetDataAndRewind() public method

public GetDataAndRewind ( ) : ByteBuffer
return ByteBuffer

Reset() public method

public Reset ( ) : void
return void