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

◆ Read() [1/2]

override int System.IO.Compression.PositionPreservingWriteOnlyStreamWrapper.Read ( byte[] buffer,
int offset,
int count )
inline

Definition at line 143 of file PositionPreservingWriteOnlyStreamWrapper.cs.

144 {
145 throw new NotSupportedException(System.SR.NotSupported);
146 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported.