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

◆ SetLength()

override void System.IO.ChunkedMemoryStream.SetLength ( long value)
inline

Definition at line 146 of file ChunkedMemoryStream.cs.

147 {
148 if (_currentChunk != null)
149 {
150 throw new NotSupportedException();
151 }
153 }

References System.IO.ChunkedMemoryStream._currentChunk, System.IO.ChunkedMemoryStream.AppendChunk(), and System.value.