Property | Type | Description | |
---|---|---|---|
Buffer | byte[] |
Method | Description | |
---|---|---|
Flush ( ) : void |
Send the shit down the toilet
|
|
PacketHandler ( |
||
SetOperationCode ( |
Set the operation code (0x01 etc...)
|
|
Write ( bool Value ) : void |
Write a bool to the buffer
|
|
Write ( byte Value ) : void |
Write a byte to the buffer
|
|
Write ( double Value ) : void |
Write a double to the buffer
|
|
Write ( float Value ) : void |
Write a float to the buffer
|
|
Write ( int Value ) : void |
Write an integer to the buffer
|
|
Write ( long Value ) : void |
Write a long to the buffer
|
|
Write ( short Value ) : void |
Write a short to the buffer
|
|
Write ( string Value ) : void |
Write a string to the buffer
|
|
_Write ( byte Values ) : void |
Private write to the buffer, suggested by c0bra
|
public PacketHandler ( |
||
_Writer | ||
return | System |
public SetOperationCode ( |
||
OpCode | ||
return | void |