C# 클래스 MySql.Data.MySqlClient.MySqlPacket

파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
MySqlPacket ( Encoding enc ) : System
MySqlPacket ( MemoryStream stream ) : System
Read ( byte byteBuffer, int offset, int count ) : int
Read3ByteInt ( ) : int
ReadAsciiString ( long length ) : string
ReadBitValue ( int numbytes ) : ulong
ReadByte ( ) : byte
ReadFieldLength ( ) : long
ReadInteger ( int numbytes ) : int
ReadLenString ( ) : string
ReadLong ( int numbytes ) : long
ReadNBytes ( ) : int
ReadPackedInteger ( ) : int
ReadString ( ) : string
ReadString ( Encoding theEncoding ) : string
ReadString ( long length ) : string
ReadULong ( int numbytes ) : ulong
Write ( byte bytesToWrite ) : void
Write ( byte bytesToWrite, int offset, int countToWrite ) : void
WriteByte ( byte b ) : void
WriteInteger ( long v, int numbytes ) : void

WriteInteger

WriteLenString ( string s ) : void
WriteLength ( long length ) : void
WriteString ( string v ) : void
WriteStringNoNull ( string v ) : void

비공개 메소드들

메소드 설명
MySqlPacket ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

MySqlPacket() 공개 메소드

public MySqlPacket ( Encoding enc ) : System
enc System.Text.Encoding
리턴 System

MySqlPacket() 공개 메소드

public MySqlPacket ( MemoryStream stream ) : System
stream System.IO.MemoryStream
리턴 System

Read() 공개 메소드

public Read ( byte byteBuffer, int offset, int count ) : int
byteBuffer byte
offset int
count int
리턴 int

Read3ByteInt() 공개 메소드

public Read3ByteInt ( ) : int
리턴 int

ReadAsciiString() 공개 메소드

public ReadAsciiString ( long length ) : string
length long
리턴 string

ReadBitValue() 공개 메소드

public ReadBitValue ( int numbytes ) : ulong
numbytes int
리턴 ulong

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadFieldLength() 공개 메소드

public ReadFieldLength ( ) : long
리턴 long

ReadInteger() 공개 메소드

public ReadInteger ( int numbytes ) : int
numbytes int
리턴 int

ReadLenString() 공개 메소드

public ReadLenString ( ) : string
리턴 string

ReadLong() 공개 메소드

public ReadLong ( int numbytes ) : long
numbytes int
리턴 long

ReadNBytes() 공개 메소드

public ReadNBytes ( ) : int
리턴 int

ReadPackedInteger() 공개 메소드

public ReadPackedInteger ( ) : int
리턴 int

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadString() 공개 메소드

public ReadString ( Encoding theEncoding ) : string
theEncoding System.Text.Encoding
리턴 string

ReadString() 공개 메소드

public ReadString ( long length ) : string
length long
리턴 string

ReadULong() 공개 메소드

public ReadULong ( int numbytes ) : ulong
numbytes int
리턴 ulong

Write() 공개 메소드

public Write ( byte bytesToWrite ) : void
bytesToWrite byte
리턴 void

Write() 공개 메소드

public Write ( byte bytesToWrite, int offset, int countToWrite ) : void
bytesToWrite byte
offset int
countToWrite int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte b ) : void
b byte
리턴 void

WriteInteger() 공개 메소드

WriteInteger
public WriteInteger ( long v, int numbytes ) : void
v long
numbytes int
리턴 void

WriteLenString() 공개 메소드

public WriteLenString ( string s ) : void
s string
리턴 void

WriteLength() 공개 메소드

public WriteLength ( long length ) : void
length long
리턴 void

WriteString() 공개 메소드

public WriteString ( string v ) : void
v string
리턴 void

WriteStringNoNull() 공개 메소드

public WriteStringNoNull ( string v ) : void
v string
리턴 void