C# 클래스 Extractor_Serializer.NewParser.BufferedReader

The buffered reader.
파일 보기 프로젝트 열기: CellAO/CellAO-NightPredator

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
Ptr int
RecordNum int
RecordType int

공개 메소드들

메소드 설명
BufferedReader ( int rectype, int recnum, byte data ) : System

Initializes a new instance of the BufferedReader class.

Read3F1 ( ) : int

The read 3 f 1.

ReadByte ( ) : byte

The read byte.

ReadHash ( ) : string

The read hash.

ReadInt16 ( ) : short

The read int 16.

ReadInt32 ( ) : int

The read int 32.

ReadString ( ) : string

The read string.

ReadString ( int Length ) : string

The read string.

Skip ( int Count ) : void

The skip.

메소드 상세

BufferedReader() 공개 메소드

Initializes a new instance of the BufferedReader class.
public BufferedReader ( int rectype, int recnum, byte data ) : System
rectype int /// The rectype. ///
recnum int /// The recnum. ///
data byte /// The data. ///
리턴 System

Read3F1() 공개 메소드

The read 3 f 1.
public Read3F1 ( ) : int
리턴 int

ReadByte() 공개 메소드

The read byte.
public ReadByte ( ) : byte
리턴 byte

ReadHash() 공개 메소드

The read hash.
public ReadHash ( ) : string
리턴 string

ReadInt16() 공개 메소드

The read int 16.
public ReadInt16 ( ) : short
리턴 short

ReadInt32() 공개 메소드

The read int 32.
public ReadInt32 ( ) : int
리턴 int

ReadString() 공개 메소드

The read string.
public ReadString ( ) : string
리턴 string

ReadString() 공개 메소드

The read string.
public ReadString ( int Length ) : string
Length int /// The length. ///
리턴 string

Skip() 공개 메소드

The skip.
public Skip ( int Count ) : void
Count int /// The count. ///
리턴 void

프로퍼티 상세

Buffer 공개적으로 프로퍼티

The buffer.
public byte[] Buffer
리턴 byte[]

Ptr 공개적으로 프로퍼티

The ptr.
public int Ptr
리턴 int

RecordNum 공개적으로 프로퍼티

The record num.
public int RecordNum
리턴 int

RecordType 공개적으로 프로퍼티

The record type.
public int RecordType
리턴 int