|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| unsafe | ExternalMemoryBlockProvider (byte *memory, int size) |
| unsafe override Stream | GetStream (out StreamConstraints constraints) |
| AbstractMemoryBlock | GetMemoryBlock () |
| AbstractMemoryBlock | GetMemoryBlock (int start, int size) |
| void | Dispose () |
Protected Member Functions | |
| unsafe override AbstractMemoryBlock | GetMemoryBlockImpl (int start, int size) |
| unsafe override void | Dispose (bool disposing) |
Properties | |
| override int | Size [get] |
| unsafe byte * | Pointer [get] |
Private Attributes | |
| unsafe byte * | _memory |
| int | _size |
Definition at line 5 of file ExternalMemoryBlockProvider.cs.