|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Write (byte b) |
| void | WriteLengthDistance (int length, int distance) |
| int | CopyFrom (InputBuffer input, int length) |
| int | CopyTo (Span< byte > output) |
Package Functions | |
| void | ClearBytesUsed () |
Properties | |
| int | FreeBytes [get] |
Private Attributes | |
| readonly byte[] | _window = new byte[262144] |
| int | _end |
| int | _bytesUsed |
Definition at line 3 of file OutputWindow.cs.