Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnmanagedMemoryAccessor() [2/3]

System.IO.UnmanagedMemoryAccessor.UnmanagedMemoryAccessor ( SafeBuffer buffer,
long offset,
long capacity )
inline

Definition at line 54 of file UnmanagedMemoryAccessor.cs.

55 {
56 Initialize(buffer, offset, capacity, FileAccess.Read);
57 }
unsafe void Initialize(SafeBuffer buffer, long offset, long capacity, FileAccess access)

References System.buffer, System.capacity, System.IO.UnmanagedMemoryAccessor.Initialize(), and System.offset.