C# 클래스 Monobjc.Generators.Cecil.ByteBuffer

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
ByteBuffer ( byte buffer ) : System
ReadByte ( ) : byte
ReadBytes ( int length ) : byte[]
ReadDouble ( ) : double
ReadInt16 ( ) : short
ReadInt32 ( ) : int
ReadInt64 ( ) : long
ReadSingle ( ) : float

비공개 메소드들

메소드 설명
CheckCanRead ( int count ) : void

메소드 상세

ByteBuffer() 공개 메소드

public ByteBuffer ( byte buffer ) : System
buffer byte
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( int length ) : byte[]
length int
리턴 byte[]

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadInt16() 공개 메소드

public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadInt64() 공개 메소드

public ReadInt64 ( ) : long
리턴 long

ReadSingle() 공개 메소드

public ReadSingle ( ) : float
리턴 float