Method |
Description |
|
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 |
|
|