terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Ionic.Zip.ZipSegmentedStream Member List

This is the complete list of members for Ionic.Zip.ZipSegmentedStream, including all inherited members.

_activeReadWriteTaskSystem.IO.Streamprivate
_asyncActiveSemaphoreSystem.IO.Streamprivate
_baseDirIonic.Zip.ZipSegmentedStreamprivate
_baseNameIonic.Zip.ZipSegmentedStreamprivate
_currentDiskNumberIonic.Zip.ZipSegmentedStreamprivate
_currentNameIonic.Zip.ZipSegmentedStreamprivate
_currentTempNameIonic.Zip.ZipSegmentedStreamprivate
_exceptionPendingIonic.Zip.ZipSegmentedStreamprivate
_innerStreamIonic.Zip.ZipSegmentedStreamprivate
_maxDiskNumberIonic.Zip.ZipSegmentedStreamprivate
_maxSegmentSizeIonic.Zip.ZipSegmentedStreamprivate
_NameForSegment(uint diskNumber)Ionic.Zip.ZipSegmentedStreaminlineprivate
_SetReadStream()Ionic.Zip.ZipSegmentedStreaminlineprivate
_SetWriteStream(uint increment)Ionic.Zip.ZipSegmentedStreaminlineprivate
BeginEndReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminlineprivate
BeginEndWriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminlineprivate
BeginRead(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinevirtual
BeginReadInternal(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
BeginWrite(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinevirtual
BeginWriteInternal(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
BlockingBeginRead(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinepackage
BlockingBeginWrite(byte[] buffer, int offset, int count, global::System.AsyncCallback callback, object state)System.IO.Streaminlinepackage
BlockingEndRead(global::System.IAsyncResult asyncResult)System.IO.Streaminlinepackagestatic
BlockingEndWrite(global::System.IAsyncResult asyncResult)System.IO.Streaminlinepackagestatic
CanReadIonic.Zip.ZipSegmentedStream
CanSeekIonic.Zip.ZipSegmentedStream
CanTimeoutSystem.IO.Stream
CanWriteIonic.Zip.ZipSegmentedStream
Close()System.IO.Streaminlinevirtual
ComputeSegment(int length)Ionic.Zip.ZipSegmentedStreaminline
ContiguousWriteIonic.Zip.ZipSegmentedStream
CopyTo(Stream destination)System.IO.Streaminline
CopyTo(Stream destination, int bufferSize)System.IO.Streaminlinevirtual
CurrentNameIonic.Zip.ZipSegmentedStream
CurrentSegmentIonic.Zip.ZipSegmentedStream
CurrentTempNameIonic.Zip.ZipSegmentedStream
Dispose(bool disposing)Ionic.Zip.ZipSegmentedStreaminlineprotectedvirtual
System::IO::Stream.Dispose()System.IO.Streaminline
EndRead(global::System.IAsyncResult asyncResult)System.IO.Streaminlinevirtual
EndWrite(global::System.IAsyncResult asyncResult)System.IO.Streaminlinevirtual
EnsureAsyncActiveSemaphoreInitialized()System.IO.Streaminlinepackage
FinishTrackingAsyncOperation()System.IO.Streaminlineprivate
FinishWriteAsync(global::System.Threading.Tasks.Task writeTask, byte[] localBuffer)System.IO.Streaminlineprivate
Flush()Ionic.Zip.ZipSegmentedStreaminline
FlushAsync(global::System.Threading.CancellationToken cancellationToken)System.IO.Streaminlinevirtual
ForReading(string name, uint initialDiskNumber, uint maxDiskNumber)Ionic.Zip.ZipSegmentedStreaminlinestatic
ForUpdate(string name, uint diskNumber)Ionic.Zip.ZipSegmentedStreaminlinestatic
ForWriting(string name, int maxSegmentSize)Ionic.Zip.ZipSegmentedStreaminlinestatic
GetCopyBufferSize()System.IO.Streaminlineprivate
HasOverriddenBeginEndRead()System.IO.Streaminlineprivate
HasOverriddenBeginEndWrite()System.IO.Streaminlineprivate
k__BackingFieldIonic.Zip.ZipSegmentedStreamprivate
LengthIonic.Zip.ZipSegmentedStream
Method_Internal_Static_ValueTask_1_Int32_Task_1_Int32_Byte_Memory_1_Byte_0(global::System.Threading.Tasks.Task< int > readTask, byte[] localBuffer, global::System.Memory< byte > localDestination)System.IO.Streaminlinepackagestatic
NullSystem.IO.Streamstatic
PositionIonic.Zip.ZipSegmentedStream
Read(byte[] buffer, int offset, int count)Ionic.Zip.ZipSegmentedStreaminline
System::IO::Stream.Read(global::System.Span< byte > buffer)System.IO.Streaminlinevirtual
ReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
ReadAsync(byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken)System.IO.Streaminlinevirtual
ReadAsync(global::System.Memory< byte > buffer, global::System.Threading.CancellationToken cancellationToken=default(global::System.Threading.CancellationToken))System.IO.Streaminlinevirtual
ReadByte()System.IO.Streaminlinevirtual
ReadTimeoutSystem.IO.Stream
RunReadWriteTask(Stream.ReadWriteTask readWriteTask)System.IO.Streaminlineprivate
RunReadWriteTaskWhenReady(global::System.Threading.Tasks.Task asyncWaiter, Stream.ReadWriteTask readWriteTask)System.IO.Streaminlineprivate
RwMode enum nameIonic.Zip.ZipSegmentedStreamprivate
rwModeIonic.Zip.ZipSegmentedStreamprivate
Seek(long offset, SeekOrigin origin)Ionic.Zip.ZipSegmentedStreaminline
SetLength(long value)Ionic.Zip.ZipSegmentedStreaminline
Stream()System.IO.Streaminlineprotected
Stream()System.IO.Streaminlineprivatestatic
ToString()Ionic.Zip.ZipSegmentedStreaminline
TruncateBackward(uint diskNumber, long offset)Ionic.Zip.ZipSegmentedStreaminline
Write(byte[] buffer, int offset, int count)Ionic.Zip.ZipSegmentedStreaminline
System::IO::Stream.Write(global::System.ReadOnlySpan< byte > buffer)System.IO.Streaminlinevirtual
WriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
WriteAsync(byte[] buffer, int offset, int count, global::System.Threading.CancellationToken cancellationToken)System.IO.Streaminlinevirtual
WriteAsync(global::System.ReadOnlyMemory< byte > buffer, global::System.Threading.CancellationToken cancellationToken=default(global::System.Threading.CancellationToken))System.IO.Streaminlinevirtual
WriteByte(byte value)System.IO.Streaminlinevirtual
WriteTimeoutSystem.IO.Stream
ZipSegmentedStream()Ionic.Zip.ZipSegmentedStreaminlineprivate