C# 클래스 WowPacketParser.Loading.BinaryPacketReader

상속: IPacketReader
파일 보기 프로젝트 열기: TrinityCore/WowPacketParser 1 사용 예제들

공개 메소드들

메소드 설명
BinaryPacketReader ( SniffType type, string fileName, Encoding encoding ) : System
CanRead ( ) : bool
Dispose ( ) : void
GetClientLocale ( ) : string
GetCurrentSize ( ) : long
GetLocale ( ) : LocaleConstant
GetTotalSize ( ) : long
Read ( int number, string fileName ) : WowPacketParser.Misc.Packet

비공개 메소드들

메소드 설명
ReadHeader ( ) : void
SetBuild ( uint build ) : void

메소드 상세

BinaryPacketReader() 공개 메소드

public BinaryPacketReader ( SniffType type, string fileName, Encoding encoding ) : System
type SniffType
fileName string
encoding System.Text.Encoding
리턴 System

CanRead() 공개 메소드

public CanRead ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetClientLocale() 공개 정적인 메소드

public static GetClientLocale ( ) : string
리턴 string

GetCurrentSize() 공개 메소드

public GetCurrentSize ( ) : long
리턴 long

GetLocale() 공개 정적인 메소드

public static GetLocale ( ) : LocaleConstant
리턴 LocaleConstant

GetTotalSize() 공개 메소드

public GetTotalSize ( ) : long
리턴 long

Read() 공개 메소드

public Read ( int number, string fileName ) : WowPacketParser.Misc.Packet
number int
fileName string
리턴 WowPacketParser.Misc.Packet