Method | Description | |
---|---|---|
Block ( BlockType type, |
||
ReadAsciiOption ( |
||
ReadBytesOption ( |
||
ReadEndOfPacket ( |
The inheriting classes must call this as last line in their constructor
|
protected Block ( BlockType type, |
||
type | BlockType | |
length | ||
return | System |
protected ReadAsciiOption ( |
||
reader | ||
len | int | |
return | string |
protected ReadBytesOption ( |
||
reader | ||
len | int | |
return | byte[] |
protected ReadEndOfPacket ( |
||
reader | ||
return | void |