- IsAtEnd
bool IsAtEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadSByte
byte ReadSByte()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadInt16
short ReadInt16()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadInt32
int ReadInt32()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadByte
ubyte ReadByte()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadUInt16
ushort ReadUInt16()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadUInt32
uint ReadUInt32()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadBool
bool ReadBool()
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadSByte
bool ReadSByte(byte buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadInt16
bool ReadInt16(short buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadInt32
bool ReadInt32(int buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadByte
bool ReadByte(ubyte buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadUInt16
bool ReadUInt16(ushort buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadUInt32
bool ReadUInt32(uint buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- ReadBool
bool ReadBool(bool buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- Read
int Read(byte[] buffer, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Read
int Read(void* buffer, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Peek
int Peek(void* buffer, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Skip
int Skip(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Rewind
bool Rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
- Seek
bool Seek(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- Move
bool Move(long offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- Move
bool Move(int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetMemoryBase
void* GetMemoryBase()
Undocumented in source. Be warned that the author may not have intended to support it.
- Fork
SKStream Fork()
Undocumented in source. Be warned that the author may not have intended to support it.
- Duplicate
SKStream Duplicate()
Undocumented in source. Be warned that the author may not have intended to support it.
- HasPosition
bool HasPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
- Position
int Position()
Undocumented in source. Be warned that the author may not have intended to support it.
- Position
void Position(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- HasLength
bool HasLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- Length
int Length()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetObject
SKStream GetObject(void* handle)
Undocumented in source. Be warned that the author may not have intended to support it.