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

◆ SetLength()

override void System.IO.Compression.ZLibStream.SetLength ( long value)
inline

Definition at line 76 of file ZLibStream.cs.

77 {
78 throw new NotSupportedException();
79 }