C# 클래스 WowPacketParser.Loading.SniffFile

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

Private Properties

프로퍼티 타입 설명
BinaryDump void
Compress void
DirectionSplitBinaryDump void
FusionDump void
GetCompressedFileName string
ProcessFileImpl void
SessionSplitBinaryDump void
ShowPercentProgress void
SplitBinaryDump void
WritePacketErrors void
WriteSQLs void

공개 메소드들

메소드 설명
Decompress ( ) : string
GetHeader ( string fileName ) : string
ProcessFile ( ) : void
ReadPackets ( ) : List
SniffFile ( string fileName, DumpFormatType dumpFormat = DumpFormatType.Text, int>.Tuple number = null ) : System

비공개 메소드들

메소드 설명
BinaryDump ( string fileName, ICollection packets ) : void
Compress ( ) : void
DirectionSplitBinaryDump ( ICollection packets ) : void
FusionDump ( ICollection packets ) : void
GetCompressedFileName ( ) : string
ProcessFileImpl ( ) : void
SessionSplitBinaryDump ( ICollection packets ) : void
ShowPercentProgress ( string message, long curr, long total ) : void
SplitBinaryDump ( ICollection packets ) : void
WritePacketErrors ( ) : void
WriteSQLs ( ) : void

메소드 상세

Decompress() 공개 메소드

public Decompress ( ) : string
리턴 string

GetHeader() 공개 정적인 메소드

public static GetHeader ( string fileName ) : string
fileName string
리턴 string

ProcessFile() 공개 메소드

public ProcessFile ( ) : void
리턴 void

ReadPackets() 공개 메소드

public ReadPackets ( ) : List
리턴 List

SniffFile() 공개 메소드

public SniffFile ( string fileName, DumpFormatType dumpFormat = DumpFormatType.Text, int>.Tuple number = null ) : System
fileName string
dumpFormat DumpFormatType
number int>.Tuple
리턴 System