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

◆ WrappedStream() [3/3]

System.IO.Compression.WrappedStream.WrappedStream ( Stream baseStream,
ZipArchiveEntry entry,
Action< ZipArchiveEntry > onClosed )
inlinepackage

Definition at line 92 of file WrappedStream.cs.

93 : this(baseStream, closeBaseStream: false, entry, onClosed)
94 {
95 }