|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| override int | Decode (char[] chars, int startPos, int len) |
| override int | Decode (string str, int startPos, int len) |
| override void | Reset () |
| override void | SetNextOutputBuffer (Array buffer, int index, int count) |
Properties | |
| override int | DecodedCount [get] |
| override bool | IsFull [get] |
Private Attributes | |
| char[] | _buffer |
| int | _startIndex |
| int | _curIndex |
| int | _endIndex |
Definition at line 3 of file IncrementalReadCharsDecoder.cs.