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

◆ SetLength()

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

Definition at line 166 of file SubReadStream.cs.

167 {
169 throw new NotSupportedException(System.SR.SetLengthRequiresSeekingAndWriting);
170 }
static string SetLengthRequiresSeekingAndWriting
Definition SR.cs:116
Definition SR.cs:7

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