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

◆ Flush()

override void System.IO.Compression.SubReadStream.Flush ( )
inline

Definition at line 178 of file SubReadStream.cs.

179 {
181 throw new NotSupportedException(System.SR.WritingNotSupported);
182 }
static string WritingNotSupported
Definition SR.cs:130
Definition SR.cs:7

References System.IO.Compression.SubReadStream.ThrowIfDisposed(), and System.SR.WritingNotSupported.