C# Class Monobjc.Generators.Cecil.ByteBuffer

Datei anzeigen Open project: Monobjc/monobjc

Public Methods

Method Description
ByteBuffer ( byte buffer ) : System
ReadByte ( ) : byte
ReadBytes ( int length ) : byte[]
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float

Private Methods

Method Description
CheckCanRead ( int count ) : void

Method Details

ByteBuffer() public method

public ByteBuffer ( byte buffer ) : System
buffer byte
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int length ) : byte[]
length int
return byte[]

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadInt16() public method

public ReadInt16 ( ) : short
return short

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadInt64() public method

public ReadInt64 ( ) : long
return long

ReadSingle() public method

public ReadSingle ( ) : float
return float