Definition at line 10 of file ByteStream.cs.
VRage.ByteStream.ByteStream |
( |
int |
capacity, |
|
|
bool |
expandable = true |
|
) |
| |
|
inline |
Create non-resetable Stream, optionally expandable
Definition at line 22 of file ByteStream.cs.
VRage.ByteStream.ByteStream |
( |
| ) |
|
|
inline |
VRage.ByteStream.ByteStream |
( |
byte[] |
newBaseArray, |
|
|
int |
length |
|
) |
| |
|
inline |
Creates and initializes resetable Stream
Definition at line 42 of file ByteStream.cs.
void VRage.ByteStream.CheckCapacity |
( |
long |
minimumSize | ) |
|
|
inline |
void VRage.ByteStream.EnsureCapacity |
( |
long |
minimumSize | ) |
|
|
inline |
override void VRage.ByteStream.Flush |
( |
| ) |
|
|
inline |
override int VRage.ByteStream.Read |
( |
byte[] |
buffer, |
|
|
int |
offset, |
|
|
int |
count |
|
) |
| |
|
inline |
new unsafe byte VRage.ByteStream.ReadByte |
( |
| ) |
|
|
inline |
unsafe ushort VRage.ByteStream.ReadUShort |
( |
| ) |
|
|
inline |
void VRage.ByteStream.Reset |
( |
byte[] |
newBaseArray, |
|
|
int |
length |
|
) |
| |
|
inline |
override long VRage.ByteStream.Seek |
( |
long |
offset, |
|
|
SeekOrigin |
origin |
|
) |
| |
|
inline |
override void VRage.ByteStream.SetLength |
( |
long |
value | ) |
|
|
inline |
override void VRage.ByteStream.Write |
( |
byte[] |
buffer, |
|
|
int |
offset, |
|
|
int |
count |
|
) |
| |
|
inline |
new unsafe void VRage.ByteStream.WriteByte |
( |
byte |
value | ) |
|
|
inline |
unsafe void VRage.ByteStream.WriteUShort |
( |
ushort |
value | ) |
|
|
inline |
readonly bool VRage.ByteStream.Expandable |
readonly bool VRage.ByteStream.Resetable |
override bool VRage.ByteStream.CanRead |
|
get |
override bool VRage.ByteStream.CanSeek |
|
get |
override bool VRage.ByteStream.CanWrite |
|
get |
byte [] VRage.ByteStream.Data |
|
get |
override long VRage.ByteStream.Length |
|
get |
override long VRage.ByteStream.Position |
|
getset |
The documentation for this class was generated from the following file: