C# Class IMB3.ByteBuffers.TByteBuffer

Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
Clear ( int aLength ) : void
Compare ( byte aValue, int aOffset ) : bool
PBPeekInt64 ( ) : System.Int64
PBPeekUInt64 ( int aOffset ) : System.UInt64
PBPrepare ( Double aValue ) : System.UInt64
PBPrepare ( Int32 aValue ) : System.UInt64
PBPrepare ( System.Int64 aValue ) : System.UInt64
PBPrepare ( System.Single aValue ) : System.UInt64
PBPrepare ( UInt32 aValue ) : System.UInt64
PBPrepare ( System.UInt64 aValue ) : System.UInt64
PBPrepare ( bool aValue ) : System.UInt64
PBPrepare ( byte aValue ) : System.UInt64
PBPrepare ( byte aValue, int aLen ) : System.UInt64
PBPrepare ( string aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, Double aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, bool aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, byte aValue ) : System.UInt64
PBPrepareField ( System.UInt64 aTag, string aValue ) : System.UInt64
PBPrepareFieldInfo ( System.UInt64 aTag, TWireType aWireType ) : System.UInt64
PBPrepareFixed ( Int32 aValue ) : System.UInt64
PBPrepareFixed ( System.Int64 aValue ) : System.UInt64
PBPrepareFixed ( UInt32 aValue ) : System.UInt64
PBPrepareFixed ( System.UInt64 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
PBPrepareFixedField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
PBQWrite ( Double aValue ) : System.UInt64
PBQWrite ( Int32 aValue ) : System.UInt64
PBQWrite ( System.Int64 aValue ) : System.UInt64
PBQWrite ( System.Single aValue ) : System.UInt64
PBQWrite ( UInt32 aValue ) : System.UInt64
PBQWrite ( System.UInt64 aValue ) : System.UInt64
PBQWrite ( bool aValue ) : System.UInt64
PBQWrite ( byte aValue ) : System.UInt64
PBQWrite ( byte aValue, int aLen ) : System.UInt64
PBQWrite ( string aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, Double aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, bool aValue ) : System.UInt64
PBQWriteField ( System.UInt64 aTag, string aValue ) : System.UInt64
PBQWriteFieldInfo ( System.UInt64 aTag, TWireType aWiretype ) : System.UInt64
PBQWriteFixed ( Int32 aValue ) : System.UInt64
PBQWriteFixed ( System.Int64 aValue ) : System.UInt64
PBQWriteFixed ( UInt32 aValue ) : UInt64
PBQWriteFixed ( UInt64 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, Int32 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, Int64 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, UInt32 aValue ) : UInt64
PBQWriteFixedField ( UInt64 aTag, UInt64 aValue ) : UInt64
PBRead ( Int32 &aValue ) : UInt64
PBRead ( Int64 &aValue ) : UInt64
PBRead ( UInt32 &aValue ) : UInt64
PBRead ( UInt64 &aValue ) : UInt64
PBRead ( bool &aValue ) : UInt64
PBRead ( string &aValue ) : UInt64
PBReadAnsiString ( ) : string
PBReadBytes ( ) : byte[]
PBReadFieldInfo ( UInt64 &aTag, TWireType &aWireType ) : UInt64
PBReadFixed ( Int32 &aValue ) : UInt64
PBReadFixed ( Int64 &aValue ) : UInt64
PBReadFixed ( UInt32 &aValue ) : UInt64
PBReadFixed ( UInt64 &aValue ) : UInt64
PBSkip ( TWireType aWireType ) : UInt64
Peek ( Double &aValue, int aOffset ) : bool
Peek ( Int32 &aValue, int aOffset ) : bool
Peek ( Int64 &aValue, int aOffset ) : bool
Peek ( Single &aValue, int aOffset ) : bool
Peek ( bool &aValue, int aOffset ) : bool
Peek ( byte &aValue, int aOffset ) : bool
Peek ( string &aValue, int aOffset ) : bool
PeekBoolean ( int aOffset, bool aDefaultValue ) : bool
PeekByte ( int aOffset, byte aDefaultValue ) : byte
PeekDouble ( int aOffset, Double aDefaultValue ) : Double
PeekInt32 ( int aOffset, Int32 aDefaultValue ) : Int32
PeekInt64 ( int aOffset, Int64 aDefaultValue ) : Int64
PeekSingle ( int aOffset, Single aDefaultValue ) : Single
PeekString ( int aOffset, string aDefaultValue ) : string
Prepare ( Double aValue ) : void
Prepare ( Int32 aValue ) : void
Prepare ( Int64 aValue ) : void
Prepare ( Single aValue ) : void
Prepare ( TByteBuffer aValue ) : void
Prepare ( bool aValue ) : void
Prepare ( byte aValue ) : void
Prepare ( string aValue ) : void
PrepareApply ( ) : void
PrepareApplyAndTrim ( ) : void
PrepareSize ( int aValueSize ) : int
PrepareStart ( ) : int
QRead ( Double &aValue ) : void
QRead ( Int32 &aValue ) : void
QRead ( Int64 &aValue ) : void
QRead ( Single &aValue ) : void
QRead ( bool &aValue ) : void
QRead ( byte &aValue ) : void
QRead ( string &aValue ) : void
QWrite ( Double aValue ) : void
QWrite ( Int32 aValue ) : void
QWrite ( Int64 aValue ) : void
QWrite ( Single aValue ) : void
QWrite ( TByteBuffer aValue ) : void
QWrite ( bool aValue ) : void
QWrite ( byte aValue ) : void
QWrite ( string aValue ) : void
Read ( Double &aValue ) : bool
Read ( Int32 &aValue ) : bool
Read ( Int64 &aValue ) : bool
Read ( Single &aValue ) : bool
Read ( TByteBuffer aValue ) : bool
Read ( bool &aValue ) : bool
Read ( byte &aValue ) : bool
Read ( string &aValue ) : bool
ReadBoolean ( bool aDefaultValue = false ) : bool
ReadByte ( byte aDefaultValue ) : byte
ReadByteBuffer ( ) : TByteBuffer
ReadBytes ( UInt64 aLen ) : byte[]
ReadDouble ( Double aDefaultValue ) : Double
ReadInt32 ( Int32 aDefaultValue ) : Int32
ReadInt64 ( Int64 aDefaultValue ) : Int64
ReadRest ( ) : byte[]
ReadRest ( TByteBuffer &aValue ) : void
ReadSingle ( Single aDefaultValue ) : Single
ReadStart ( ) : void
ReadString ( string aDefaultValue = "" ) : string
SkipReading ( int aValueSize ) : void
TByteBuffer ( byte aBuffer, int aLength ) : System
TByteBuffer ( int aLength ) : System
Write ( Double aValue ) : void
Write ( Int32 aValue ) : void
Write ( Int64 aValue ) : void
Write ( Single aValue ) : void
Write ( TByteBuffer aValue ) : void
Write ( bool aValue ) : void
Write ( byte aValue ) : void
Write ( string aValue ) : void
WriteApply ( ) : void
WriteStart ( int aIndex ) : void
Written ( int aValueSize ) : bool

Method Details

Clear() public method

public Clear ( int aLength ) : void
aLength int
return void

Compare() public method

public Compare ( byte aValue, int aOffset ) : bool
aValue byte
aOffset int
return bool

PBPeekInt64() public method

public PBPeekInt64 ( ) : System.Int64
return System.Int64

PBPeekUInt64() public method

public PBPeekUInt64 ( int aOffset ) : System.UInt64
aOffset int
return System.UInt64

PBPrepare() public method

public PBPrepare ( Double aValue ) : System.UInt64
aValue Double
return System.UInt64

PBPrepare() public method

public PBPrepare ( Int32 aValue ) : System.UInt64
aValue System.Int32
return System.UInt64

PBPrepare() public method

public PBPrepare ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
return System.UInt64

PBPrepare() public method

public PBPrepare ( System.Single aValue ) : System.UInt64
aValue System.Single
return System.UInt64

PBPrepare() public method

public PBPrepare ( UInt32 aValue ) : System.UInt64
aValue System.UInt32
return System.UInt64

PBPrepare() public method

public PBPrepare ( System.UInt64 aValue ) : System.UInt64
aValue System.UInt64
return System.UInt64

PBPrepare() public method

public PBPrepare ( bool aValue ) : System.UInt64
aValue bool
return System.UInt64

PBPrepare() public method

public PBPrepare ( byte aValue ) : System.UInt64
aValue byte
return System.UInt64

PBPrepare() public method

public PBPrepare ( byte aValue, int aLen ) : System.UInt64
aValue byte
aLen int
return System.UInt64

PBPrepare() public method

public PBPrepare ( string aValue ) : System.UInt64
aValue string
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, Double aValue ) : System.UInt64
aTag System.UInt64
aValue Double
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int32
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int64
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
aTag System.UInt64
aValue System.Single
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt32
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt64
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, bool aValue ) : System.UInt64
aTag System.UInt64
aValue bool
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, byte aValue ) : System.UInt64
aTag System.UInt64
aValue byte
return System.UInt64

PBPrepareField() public method

public PBPrepareField ( System.UInt64 aTag, string aValue ) : System.UInt64
aTag System.UInt64
aValue string
return System.UInt64

PBPrepareFieldInfo() public method

public PBPrepareFieldInfo ( System.UInt64 aTag, TWireType aWireType ) : System.UInt64
aTag System.UInt64
aWireType TWireType
return System.UInt64

PBPrepareFixed() public method

public PBPrepareFixed ( Int32 aValue ) : System.UInt64
aValue System.Int32
return System.UInt64

PBPrepareFixed() public method

public PBPrepareFixed ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
return System.UInt64

PBPrepareFixed() public method

public PBPrepareFixed ( UInt32 aValue ) : System.UInt64
aValue System.UInt32
return System.UInt64

PBPrepareFixed() public method

public PBPrepareFixed ( System.UInt64 aValue ) : System.UInt64
aValue System.UInt64
return System.UInt64

PBPrepareFixedField() public method

public PBPrepareFixedField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int32
return System.UInt64

PBPrepareFixedField() public method

public PBPrepareFixedField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int64
return System.UInt64

PBPrepareFixedField() public method

public PBPrepareFixedField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt32
return System.UInt64

PBPrepareFixedField() public method

public PBPrepareFixedField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt64
return System.UInt64

PBQWrite() public method

public PBQWrite ( Double aValue ) : System.UInt64
aValue Double
return System.UInt64

PBQWrite() public method

public PBQWrite ( Int32 aValue ) : System.UInt64
aValue System.Int32
return System.UInt64

PBQWrite() public method

public PBQWrite ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
return System.UInt64

PBQWrite() public method

public PBQWrite ( System.Single aValue ) : System.UInt64
aValue System.Single
return System.UInt64

PBQWrite() public method

public PBQWrite ( UInt32 aValue ) : System.UInt64
aValue System.UInt32
return System.UInt64

PBQWrite() public method

public PBQWrite ( System.UInt64 aValue ) : System.UInt64
aValue System.UInt64
return System.UInt64

PBQWrite() public method

public PBQWrite ( bool aValue ) : System.UInt64
aValue bool
return System.UInt64

PBQWrite() public method

public PBQWrite ( byte aValue ) : System.UInt64
aValue byte
return System.UInt64

PBQWrite() public method

public PBQWrite ( byte aValue, int aLen ) : System.UInt64
aValue byte
aLen int
return System.UInt64

PBQWrite() public method

public PBQWrite ( string aValue ) : System.UInt64
aValue string
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, Double aValue ) : System.UInt64
aTag System.UInt64
aValue Double
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, Int32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int32
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, System.Int64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.Int64
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, System.Single aValue ) : System.UInt64
aTag System.UInt64
aValue System.Single
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, UInt32 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt32
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, System.UInt64 aValue ) : System.UInt64
aTag System.UInt64
aValue System.UInt64
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, bool aValue ) : System.UInt64
aTag System.UInt64
aValue bool
return System.UInt64

PBQWriteField() public method

public PBQWriteField ( System.UInt64 aTag, string aValue ) : System.UInt64
aTag System.UInt64
aValue string
return System.UInt64

PBQWriteFieldInfo() public method

public PBQWriteFieldInfo ( System.UInt64 aTag, TWireType aWiretype ) : System.UInt64
aTag System.UInt64
aWiretype TWireType
return System.UInt64

PBQWriteFixed() public method

public PBQWriteFixed ( Int32 aValue ) : System.UInt64
aValue System.Int32
return System.UInt64

PBQWriteFixed() public method

public PBQWriteFixed ( System.Int64 aValue ) : System.UInt64
aValue System.Int64
return System.UInt64

PBQWriteFixed() public method

public PBQWriteFixed ( UInt32 aValue ) : UInt64
aValue UInt32
return UInt64

PBQWriteFixed() public method

public PBQWriteFixed ( UInt64 aValue ) : UInt64
aValue UInt64
return UInt64

PBQWriteFixedField() public method

public PBQWriteFixedField ( UInt64 aTag, Int32 aValue ) : UInt64
aTag UInt64
aValue Int32
return UInt64

PBQWriteFixedField() public method

public PBQWriteFixedField ( UInt64 aTag, Int64 aValue ) : UInt64
aTag UInt64
aValue Int64
return UInt64

PBQWriteFixedField() public method

public PBQWriteFixedField ( UInt64 aTag, UInt32 aValue ) : UInt64
aTag UInt64
aValue UInt32
return UInt64

PBQWriteFixedField() public method

public PBQWriteFixedField ( UInt64 aTag, UInt64 aValue ) : UInt64
aTag UInt64
aValue UInt64
return UInt64

PBRead() public method

public PBRead ( Int32 &aValue ) : UInt64
aValue Int32
return UInt64

PBRead() public method

public PBRead ( Int64 &aValue ) : UInt64
aValue Int64
return UInt64

PBRead() public method

public PBRead ( UInt32 &aValue ) : UInt64
aValue UInt32
return UInt64

PBRead() public method

public PBRead ( UInt64 &aValue ) : UInt64
aValue UInt64
return UInt64

PBRead() public method

public PBRead ( bool &aValue ) : UInt64
aValue bool
return UInt64

PBRead() public method

public PBRead ( string &aValue ) : UInt64
aValue string
return UInt64

PBReadAnsiString() public method

public PBReadAnsiString ( ) : string
return string

PBReadBytes() public method

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

PBReadFieldInfo() public method

public PBReadFieldInfo ( UInt64 &aTag, TWireType &aWireType ) : UInt64
aTag UInt64
aWireType TWireType
return UInt64

PBReadFixed() public method

public PBReadFixed ( Int32 &aValue ) : UInt64
aValue Int32
return UInt64

PBReadFixed() public method

public PBReadFixed ( Int64 &aValue ) : UInt64
aValue Int64
return UInt64

PBReadFixed() public method

public PBReadFixed ( UInt32 &aValue ) : UInt64
aValue UInt32
return UInt64

PBReadFixed() public method

public PBReadFixed ( UInt64 &aValue ) : UInt64
aValue UInt64
return UInt64

PBSkip() public method

public PBSkip ( TWireType aWireType ) : UInt64
aWireType TWireType
return UInt64

Peek() public method

public Peek ( Double &aValue, int aOffset ) : bool
aValue Double
aOffset int
return bool

Peek() public method

public Peek ( Int32 &aValue, int aOffset ) : bool
aValue Int32
aOffset int
return bool

Peek() public method

public Peek ( Int64 &aValue, int aOffset ) : bool
aValue Int64
aOffset int
return bool

Peek() public method

public Peek ( Single &aValue, int aOffset ) : bool
aValue Single
aOffset int
return bool

Peek() public method

public Peek ( bool &aValue, int aOffset ) : bool
aValue bool
aOffset int
return bool

Peek() public method

public Peek ( byte &aValue, int aOffset ) : bool
aValue byte
aOffset int
return bool

Peek() public method

public Peek ( string &aValue, int aOffset ) : bool
aValue string
aOffset int
return bool

PeekBoolean() public method

public PeekBoolean ( int aOffset, bool aDefaultValue ) : bool
aOffset int
aDefaultValue bool
return bool

PeekByte() public method

public PeekByte ( int aOffset, byte aDefaultValue ) : byte
aOffset int
aDefaultValue byte
return byte

PeekDouble() public method

public PeekDouble ( int aOffset, Double aDefaultValue ) : Double
aOffset int
aDefaultValue Double
return Double

PeekInt32() public method

public PeekInt32 ( int aOffset, Int32 aDefaultValue ) : Int32
aOffset int
aDefaultValue Int32
return Int32

PeekInt64() public method

public PeekInt64 ( int aOffset, Int64 aDefaultValue ) : Int64
aOffset int
aDefaultValue Int64
return Int64

PeekSingle() public method

public PeekSingle ( int aOffset, Single aDefaultValue ) : Single
aOffset int
aDefaultValue Single
return Single

PeekString() public method

public PeekString ( int aOffset, string aDefaultValue ) : string
aOffset int
aDefaultValue string
return string

Prepare() public method

public Prepare ( Double aValue ) : void
aValue Double
return void

Prepare() public method

public Prepare ( Int32 aValue ) : void
aValue Int32
return void

Prepare() public method

public Prepare ( Int64 aValue ) : void
aValue Int64
return void

Prepare() public method

public Prepare ( Single aValue ) : void
aValue Single
return void

Prepare() public method

public Prepare ( TByteBuffer aValue ) : void
aValue TByteBuffer
return void

Prepare() public method

public Prepare ( bool aValue ) : void
aValue bool
return void

Prepare() public method

public Prepare ( byte aValue ) : void
aValue byte
return void

Prepare() public method

public Prepare ( string aValue ) : void
aValue string
return void

PrepareApply() public method

public PrepareApply ( ) : void
return void

PrepareApplyAndTrim() public method

public PrepareApplyAndTrim ( ) : void
return void

PrepareSize() public method

public PrepareSize ( int aValueSize ) : int
aValueSize int
return int

PrepareStart() public method

public PrepareStart ( ) : int
return int

QRead() public method

public QRead ( Double &aValue ) : void
aValue Double
return void

QRead() public method

public QRead ( Int32 &aValue ) : void
aValue Int32
return void

QRead() public method

public QRead ( Int64 &aValue ) : void
aValue Int64
return void

QRead() public method

public QRead ( Single &aValue ) : void
aValue Single
return void

QRead() public method

public QRead ( bool &aValue ) : void
aValue bool
return void

QRead() public method

public QRead ( byte &aValue ) : void
aValue byte
return void

QRead() public method

public QRead ( string &aValue ) : void
aValue string
return void

QWrite() public method

public QWrite ( Double aValue ) : void
aValue Double
return void

QWrite() public method

public QWrite ( Int32 aValue ) : void
aValue Int32
return void

QWrite() public method

public QWrite ( Int64 aValue ) : void
aValue Int64
return void

QWrite() public method

public QWrite ( Single aValue ) : void
aValue Single
return void

QWrite() public method

public QWrite ( TByteBuffer aValue ) : void
aValue TByteBuffer
return void

QWrite() public method

public QWrite ( bool aValue ) : void
aValue bool
return void

QWrite() public method

public QWrite ( byte aValue ) : void
aValue byte
return void

QWrite() public method

public QWrite ( string aValue ) : void
aValue string
return void

Read() public method

public Read ( Double &aValue ) : bool
aValue Double
return bool

Read() public method

public Read ( Int32 &aValue ) : bool
aValue Int32
return bool

Read() public method

public Read ( Int64 &aValue ) : bool
aValue Int64
return bool

Read() public method

public Read ( Single &aValue ) : bool
aValue Single
return bool

Read() public method

public Read ( TByteBuffer aValue ) : bool
aValue TByteBuffer
return bool

Read() public method

public Read ( bool &aValue ) : bool
aValue bool
return bool

Read() public method

public Read ( byte &aValue ) : bool
aValue byte
return bool

Read() public method

public Read ( string &aValue ) : bool
aValue string
return bool

ReadBoolean() public method

public ReadBoolean ( bool aDefaultValue = false ) : bool
aDefaultValue bool
return bool

ReadByte() public method

public ReadByte ( byte aDefaultValue ) : byte
aDefaultValue byte
return byte

ReadByteBuffer() public method

public ReadByteBuffer ( ) : TByteBuffer
return TByteBuffer

ReadBytes() public method

public ReadBytes ( UInt64 aLen ) : byte[]
aLen UInt64
return byte[]

ReadDouble() public method

public ReadDouble ( Double aDefaultValue ) : Double
aDefaultValue Double
return Double

ReadInt32() public method

public ReadInt32 ( Int32 aDefaultValue ) : Int32
aDefaultValue Int32
return Int32

ReadInt64() public method

public ReadInt64 ( Int64 aDefaultValue ) : Int64
aDefaultValue Int64
return Int64

ReadRest() public method

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

ReadRest() public method

public ReadRest ( TByteBuffer &aValue ) : void
aValue TByteBuffer
return void

ReadSingle() public method

public ReadSingle ( Single aDefaultValue ) : Single
aDefaultValue Single
return Single

ReadStart() public method

public ReadStart ( ) : void
return void

ReadString() public method

public ReadString ( string aDefaultValue = "" ) : string
aDefaultValue string
return string

SkipReading() public method

public SkipReading ( int aValueSize ) : void
aValueSize int
return void

TByteBuffer() public method

public TByteBuffer ( byte aBuffer, int aLength ) : System
aBuffer byte
aLength int
return System

TByteBuffer() public method

public TByteBuffer ( int aLength ) : System
aLength int
return System

Write() public method

public Write ( Double aValue ) : void
aValue Double
return void

Write() public method

public Write ( Int32 aValue ) : void
aValue Int32
return void

Write() public method

public Write ( Int64 aValue ) : void
aValue Int64
return void

Write() public method

public Write ( Single aValue ) : void
aValue Single
return void

Write() public method

public Write ( TByteBuffer aValue ) : void
aValue TByteBuffer
return void

Write() public method

public Write ( bool aValue ) : void
aValue bool
return void

Write() public method

public Write ( byte aValue ) : void
aValue byte
return void

Write() public method

public Write ( string aValue ) : void
aValue string
return void

WriteApply() public method

public WriteApply ( ) : void
return void

WriteStart() public method

public WriteStart ( int aIndex ) : void
aIndex int
return void

Written() public method

public Written ( int aValueSize ) : bool
aValueSize int
return bool