|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| Base64Encoder () | |
| void | WriteChars (char[] chars, int index, int count) |
| void | Encode (byte[] buffer, int index, int count) |
| void | Flush () |
| Task | WriteCharsAsync (char[] chars, int index, int count) |
| async Task | EncodeAsync (byte[] buffer, int index, int count) |
| async Task | FlushAsync () |
Private Attributes | |
| byte[] | _leftOverBytes |
| int | _leftOverBytesCount |
| readonly char[] | _charsLine |
Definition at line 5 of file Base64Encoder.cs.