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

◆ Seek()

override long System.IO.Compression.SubReadStream.Seek ( long offset,
SeekOrigin origin )
inline

Definition at line 160 of file SubReadStream.cs.

161 {
163 throw new NotSupportedException(System.SR.SeekingNotSupported);
164 }
static string SeekingNotSupported
Definition SR.cs:114
Definition SR.cs:7

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