Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.IO.RandomAccess, including all inherited members.
AllocateCallback() | System.IO.RandomAccess | inlineprivatestatic |
buffer | System.IO.RandomAccess | private |
buffer | System.IO.RandomAccess | private |
cancellationToken | System.IO.RandomAccess | private |
cancellationToken | System.IO.RandomAccess | private |
CanUseScatterGatherWindowsAPIs(SafeFileHandle handle) | System.IO.RandomAccess | inlineprivatestatic |
CleanupScatterGatherBuffers(MemoryHandle[] handlesToDispose, IntPtr segmentsPtr) | System.IO.RandomAccess | inlineprivatestatic |
fileOffset | System.IO.RandomAccess | private |
fileOffset | System.IO.RandomAccess | private |
GetFileLength(SafeFileHandle handle) | System.IO.RandomAccess | inlinepackagestatic |
GetLength(SafeFileHandle handle) | System.IO.RandomAccess | inlinestatic |
GetNativeOverlappedForAsyncHandle(ThreadPoolBoundHandle threadPoolBinding, long fileOffset, CallbackResetEvent resetEvent) | System.IO.RandomAccess | inlineprivatestatic |
GetNativeOverlappedForSyncHandle(SafeFileHandle handle, long fileOffset) | System.IO.RandomAccess | inlineprivatestatic |
Read(SafeFileHandle handle, Span< byte > buffer, long fileOffset) | System.IO.RandomAccess | inlinestatic |
Read(SafeFileHandle handle, IReadOnlyList< Memory< byte > > buffers, long fileOffset) | System.IO.RandomAccess | inlinestatic |
ReadAsync(SafeFileHandle handle, Memory< byte > buffer, long fileOffset, CancellationToken cancellationToken=default(CancellationToken)) | System.IO.RandomAccess | inlinestatic |
ReadAsync(SafeFileHandle handle, IReadOnlyList< Memory< byte > > buffers, long fileOffset, CancellationToken cancellationToken=default(CancellationToken)) | System.IO.RandomAccess | inlinestatic |
ReadAtOffset(SafeFileHandle handle, Span< byte > buffer, long fileOffset) | System.IO.RandomAccess | inlinepackagestatic |
ReadAtOffsetAsync(SafeFileHandle handle, Memory< byte > buffer, long fileOffset, CancellationToken cancellationToken, OSFileStreamStrategy strategy=null) | System.IO.RandomAccess | inlinepackagestatic |
ReadFileScatterAsync(SafeFileHandle handle, IntPtr segmentsPtr, int bytesToRead, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
ReadScatterAtOffset(SafeFileHandle handle, IReadOnlyList< Memory< byte > > buffers, long fileOffset) | System.IO.RandomAccess | inlinepackagestatic |
ReadScatterAtOffsetAsync(SafeFileHandle handle, IReadOnlyList< Memory< byte > > buffers, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
ReadScatterAtOffsetMultipleSyscallsAsync(SafeFileHandle handle, IReadOnlyList< Memory< byte > > buffers, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
ReadScatterAtOffsetSingleSyscallAsync(SafeFileHandle handle, MemoryHandle[] handlesToDispose, IntPtr segmentsPtr, long fileOffset, int totalBytes, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
ReadSyncUsingAsyncHandle(SafeFileHandle handle, Span< byte > buffer, long fileOffset) | System.IO.RandomAccess | inlineprivatestatic |
s_cachedPageSize | System.IO.RandomAccess | privatestatic |
s_callback | System.IO.RandomAccess | privatestatic |
ScheduleSyncReadAtOffsetAsync(SafeFileHandle handle, Memory< byte > buffer, long fileOffset, CancellationToken cancellationToken, OSFileStreamStrategy strategy) | System.IO.RandomAccess | inlineprivatestatic |
ScheduleSyncReadScatterAtOffsetAsync(SafeFileHandle handle, IReadOnlyList< Memory< byte > > buffers, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
ScheduleSyncWriteAtOffsetAsync(SafeFileHandle handle, ReadOnlyMemory< byte > buffer, long fileOffset, CancellationToken cancellationToken, OSFileStreamStrategy strategy) | System.IO.RandomAccess | inlineprivatestatic |
ScheduleSyncWriteGatherAtOffsetAsync(SafeFileHandle handle, IReadOnlyList< ReadOnlyMemory< byte > > buffers, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
strategy | System.IO.RandomAccess | private |
strategy | System.IO.RandomAccess | private |
TryPrepareScatterGatherBuffers< T, THandler >(IReadOnlyList< T > buffers, THandler handler, [NotNullWhen(true)] out MemoryHandle[] handlesToDispose, out IntPtr segmentsPtr, out int totalBytes) | System.IO.RandomAccess | inlineprivatestatic |
unsafe(SafeFileHandle.OverlappedValueTaskSource vts, int errorCode) QueueAsyncReadFile(SafeFileHandle handle | System.IO.RandomAccess | privatestatic |
unsafe(SafeFileHandle.OverlappedValueTaskSource vts, int errorCode) QueueAsyncWriteFile(SafeFileHandle handle | System.IO.RandomAccess | privatestatic |
ValidateBuffers< T >(IReadOnlyList< T > buffers) | System.IO.RandomAccess | inlineprivatestatic |
ValidateInput(SafeFileHandle handle, long fileOffset) | System.IO.RandomAccess | inlineprivatestatic |
Write(SafeFileHandle handle, ReadOnlySpan< byte > buffer, long fileOffset) | System.IO.RandomAccess | inlinestatic |
Write(SafeFileHandle handle, IReadOnlyList< ReadOnlyMemory< byte > > buffers, long fileOffset) | System.IO.RandomAccess | inlinestatic |
WriteAsync(SafeFileHandle handle, ReadOnlyMemory< byte > buffer, long fileOffset, CancellationToken cancellationToken=default(CancellationToken)) | System.IO.RandomAccess | inlinestatic |
WriteAsync(SafeFileHandle handle, IReadOnlyList< ReadOnlyMemory< byte > > buffers, long fileOffset, CancellationToken cancellationToken=default(CancellationToken)) | System.IO.RandomAccess | inlinestatic |
WriteAtOffset(SafeFileHandle handle, ReadOnlySpan< byte > buffer, long fileOffset) | System.IO.RandomAccess | inlinepackagestatic |
WriteAtOffsetAsync(SafeFileHandle handle, ReadOnlyMemory< byte > buffer, long fileOffset, CancellationToken cancellationToken, OSFileStreamStrategy strategy=null) | System.IO.RandomAccess | inlinepackagestatic |
WriteFileGatherAsync(SafeFileHandle handle, IntPtr segmentsPtr, int bytesToWrite, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
WriteGatherAtOffset(SafeFileHandle handle, IReadOnlyList< ReadOnlyMemory< byte > > buffers, long fileOffset) | System.IO.RandomAccess | inlinepackagestatic |
WriteGatherAtOffsetAsync(SafeFileHandle handle, IReadOnlyList< ReadOnlyMemory< byte > > buffers, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
WriteGatherAtOffsetMultipleSyscallsAsync(SafeFileHandle handle, IReadOnlyList< ReadOnlyMemory< byte > > buffers, long fileOffset, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
WriteGatherAtOffsetSingleSyscallAsync(SafeFileHandle handle, MemoryHandle[] handlesToDispose, IntPtr segmentsPtr, long fileOffset, int totalBytes, CancellationToken cancellationToken) | System.IO.RandomAccess | inlineprivatestatic |
WriteSyncUsingAsyncHandle(SafeFileHandle handle, ReadOnlySpan< byte > buffer, long fileOffset) | System.IO.RandomAccess | inlineprivatestatic |