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

◆ _tr_stored_block()

void Ionic.Zlib.DeflateManager._tr_stored_block ( int buf,
int stored_len,
bool eof )
inlinepackage

Definition at line 374 of file DeflateManager.cs.

375 {
376 if (!true)
377 {
378 }
379 this.send_bits(eof ? 1 : 0, 3);
380 this.copy_block(buf, stored_len, true);
381 }
class f__AnonymousType0<< Count > j__TPar
void send_bits(int value, int length)
void copy_block(int buf, int len, bool header)

References Ionic.Zlib.DeflateManager.copy_block(), j__TPar, and Ionic.Zlib.DeflateManager.send_bits().