C# Class Monobjc.Generators.Cecil.ByteBuffer

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

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

Private Methods

Méthode Description
CheckCanRead ( int count ) : void

Method Details

ByteBuffer() public méthode

public ByteBuffer ( byte buffer ) : System
buffer byte
Résultat System

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( int length ) : byte[]
length int
Résultat byte[]

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadInt16() public méthode

public ReadInt16 ( ) : short
Résultat short

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadInt64() public méthode

public ReadInt64 ( ) : long
Résultat long

ReadSingle() public méthode

public ReadSingle ( ) : float
Résultat float