C# Class Volante.Impl.ByteBuffer

Exibir arquivo Open project: kjk/volante

Public Methods

Method Description
ByteBuffer ( ) : System
extend ( int size ) : void
packBool ( int offs, bool val ) : int
packDate ( int offs, System.DateTime val ) : int
packDecimal ( int offs, decimal val ) : int
packF4 ( int offs, float val ) : int
packF8 ( int offs, double val ) : int
packGuid ( int offs, System.Guid val ) : int
packI1 ( int offs, int val ) : int
packI2 ( int offs, int val ) : int
packI4 ( int offs, int val ) : int
packI8 ( int offs, long val ) : int
packString ( int offs, string s ) : int
toArray ( ) : byte[]

Method Details

ByteBuffer() public method

public ByteBuffer ( ) : System
return System

extend() public method

public extend ( int size ) : void
size int
return void

packBool() public method

public packBool ( int offs, bool val ) : int
offs int
val bool
return int

packDate() public method

public packDate ( int offs, System.DateTime val ) : int
offs int
val System.DateTime
return int

packDecimal() public method

public packDecimal ( int offs, decimal val ) : int
offs int
val decimal
return int

packF4() public method

public packF4 ( int offs, float val ) : int
offs int
val float
return int

packF8() public method

public packF8 ( int offs, double val ) : int
offs int
val double
return int

packGuid() public method

public packGuid ( int offs, System.Guid val ) : int
offs int
val System.Guid
return int

packI1() public method

public packI1 ( int offs, int val ) : int
offs int
val int
return int

packI2() public method

public packI2 ( int offs, int val ) : int
offs int
val int
return int

packI4() public method

public packI4 ( int offs, int val ) : int
offs int
val int
return int

packI8() public method

public packI8 ( int offs, long val ) : int
offs int
val long
return int

packString() public method

public packString ( int offs, string s ) : int
offs int
s string
return int

toArray() public method

public toArray ( ) : byte[]
return byte[]