C# Class netki.Bitstream

Mostrar archivo Open project: raxptor/putki-historical Class Usage Examples

Public Properties

Property Type Description
s_bitmask System.UInt32[]

Public Methods

Method Description
Copy ( Buffer dst, Buffer src ) : void
Insert ( Buffer dest, Buffer source ) : void
PutBits ( Buffer buf, int bits, UInt32 value ) : bool
PutBytes ( Buffer buf, byte data ) : bool
PutCompressedInt ( Buffer buf, int value ) : void
PutCompressedUint ( Buffer buf, uint value ) : void
PutFloat ( Buffer buf, float f ) : void
PutStringDumb ( Buffer buf, string value ) : void
ReadBits ( Buffer buf, int bits ) : UInt32
ReadBytes ( Buffer buf, int count ) : byte[]
ReadCompressedInt ( Buffer buf ) : int
ReadCompressedUint ( Buffer buf ) : uint
ReadFloat ( Buffer buf ) : float
ReadStringDumb ( Buffer buf ) : string
SyncByte ( Buffer buf ) : void

Method Details

Copy() public static method

public static Copy ( Buffer dst, Buffer src ) : void
dst System.Buffer
src System.Buffer
return void

Insert() public static method

public static Insert ( Buffer dest, Buffer source ) : void
dest System.Buffer
source System.Buffer
return void

PutBits() public static method

public static PutBits ( Buffer buf, int bits, UInt32 value ) : bool
buf System.Buffer
bits int
value System.UInt32
return bool

PutBytes() public static method

public static PutBytes ( Buffer buf, byte data ) : bool
buf System.Buffer
data byte
return bool

PutCompressedInt() public static method

public static PutCompressedInt ( Buffer buf, int value ) : void
buf System.Buffer
value int
return void

PutCompressedUint() public static method

public static PutCompressedUint ( Buffer buf, uint value ) : void
buf System.Buffer
value uint
return void

PutFloat() public static method

public static PutFloat ( Buffer buf, float f ) : void
buf System.Buffer
f float
return void

PutStringDumb() public static method

public static PutStringDumb ( Buffer buf, string value ) : void
buf System.Buffer
value string
return void

ReadBits() public static method

public static ReadBits ( Buffer buf, int bits ) : UInt32
buf System.Buffer
bits int
return System.UInt32

ReadBytes() public static method

public static ReadBytes ( Buffer buf, int count ) : byte[]
buf System.Buffer
count int
return byte[]

ReadCompressedInt() public static method

public static ReadCompressedInt ( Buffer buf ) : int
buf System.Buffer
return int

ReadCompressedUint() public static method

public static ReadCompressedUint ( Buffer buf ) : uint
buf System.Buffer
return uint

ReadFloat() public static method

public static ReadFloat ( Buffer buf ) : float
buf System.Buffer
return float

ReadStringDumb() public static method

public static ReadStringDumb ( Buffer buf ) : string
buf System.Buffer
return string

SyncByte() public static method

public static SyncByte ( Buffer buf ) : void
buf System.Buffer
return void

Property Details

s_bitmask public_oe static_oe property

public static UInt32[],System s_bitmask
return System.UInt32[]