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

◆ GetStream()

override Stream System.Reflection.Internal.ByteArrayMemoryProvider.GetStream ( out StreamConstraints constraints)
inline

Definition at line 48 of file ByteArrayMemoryProvider.cs.

49 {
50 constraints = new StreamConstraints(null, 0L, Size);
51 return new ImmutableMemoryStream(_array);
52 }

References System.Reflection.Internal.ByteArrayMemoryProvider._array, System.L, and System.Reflection.Internal.ByteArrayMemoryProvider.Size.