terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ BufferSize

int Ionic.Zlib.GZipStream.BufferSize
getset

Definition at line 114 of file GZipStream.cs.

115 {
116 get
117 {
118 return this._baseStream._bufferSize;
119 }
120 set
121 {
122 while (!this._disposed)
123 {
124 ZlibBaseStream baseStream = this._baseStream;
125 if (baseStream._workingBuffer == null)
126 {
128 return;
129 }
130 }
131 }
132 }
class f__AnonymousType0<< Count > j__TPar
ZlibBaseStream _baseStream