C# 클래스 BfsBinaryReader, BinaryFileSchema

파일 보기 프로젝트 열기: Andos/BinaryFileSchema 1 사용 예제들

공개 메소드들

메소드 설명
BfsBinaryReader ( BinaryReader binaryReader, Endianness fileEndianness ) : System
GetPosition ( ) : long
ReadASCIIString ( string expected ) : string
ReadBool ( ) : bool
ReadByteArray ( int count ) : byte[]
ReadInt ( ) : int
ReadLong ( ) : long
ReadSbyte ( ) : byte
ReadShort ( ) : short
ReadUTF32String ( string expected ) : string
ReadUTF7String ( string expected ) : string
ReadUbyte ( ) : byte
ReadUint ( ) : int
ReadUlong ( ) : long
ReadUshort ( ) : short
Seek ( long offset, SeekOrigin, origin ) : long
SkipBytes ( int count ) : void
TestReadCompressed ( ) : void

메소드 상세

BfsBinaryReader() 공개 메소드

public BfsBinaryReader ( BinaryReader binaryReader, Endianness fileEndianness ) : System
binaryReader BinaryReader
fileEndianness Endianness
리턴 System

GetPosition() 공개 메소드

public GetPosition ( ) : long
리턴 long

ReadASCIIString() 공개 메소드

public ReadASCIIString ( string expected ) : string
expected string
리턴 string

ReadBool() 공개 메소드

public ReadBool ( ) : bool
리턴 bool

ReadByteArray() 공개 메소드

public ReadByteArray ( int count ) : byte[]
count int
리턴 byte[]

ReadInt() 공개 메소드

public ReadInt ( ) : int
리턴 int

ReadLong() 공개 메소드

public ReadLong ( ) : long
리턴 long

ReadSbyte() 공개 메소드

public ReadSbyte ( ) : byte
리턴 byte

ReadShort() 공개 메소드

public ReadShort ( ) : short
리턴 short

ReadUTF32String() 공개 메소드

public ReadUTF32String ( string expected ) : string
expected string
리턴 string

ReadUTF7String() 공개 메소드

public ReadUTF7String ( string expected ) : string
expected string
리턴 string

ReadUbyte() 공개 메소드

public ReadUbyte ( ) : byte
리턴 byte

ReadUint() 공개 메소드

public ReadUint ( ) : int
리턴 int

ReadUlong() 공개 메소드

public ReadUlong ( ) : long
리턴 long

ReadUshort() 공개 메소드

public ReadUshort ( ) : short
리턴 short

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin, origin ) : long
offset long
origin SeekOrigin,
리턴 long

SkipBytes() 공개 메소드

public SkipBytes ( int count ) : void
count int
리턴 void

TestReadCompressed() 공개 메소드

public TestReadCompressed ( ) : void
리턴 void