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

◆ BeginWrite()

override IAsyncResult System.IO.Compression.ZLibStream.BeginWrite ( byte[] buffer,
int offset,
int count,
AsyncCallback? asyncCallback,
object? asyncState )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 122 of file ZLibStream.cs.

123 {
125 return _deflateStream.BeginWrite(buffer, offset, count, asyncCallback, asyncState);
126 }
override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState)

References System.IO.Compression.ZLibStream._deflateStream, System.IO.Compression.DeflateStream.BeginWrite(), System.buffer, System.count, System.offset, and System.IO.Compression.ZLibStream.ThrowIfClosed().