- BytesWritten
int BytesWritten()
Undocumented in source. Be warned that the author may not have intended to support it.
- Write
bool Write(byte[] buffer, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- NewLine
bool NewLine()
Undocumented in source. Be warned that the author may not have intended to support it.
- Flush
void Flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- Write8
bool Write8(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Write16
bool Write16(ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
- Write32
bool Write32(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteText
bool WriteText(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteDecimalAsTest
bool WriteDecimalAsTest(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteBigDecimalAsText
bool WriteBigDecimalAsText(long value, int digits)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteHexAsText
bool WriteHexAsText(uint value, int digits)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteScalarAsText
bool WriteScalarAsText(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteBool
bool WriteBool(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteScalar
bool WriteScalar(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WritePackedUInt32
bool WritePackedUInt32(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- WriteStream
bool WriteStream(SKStream input, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetSizeOfPackedUInt32
int GetSizeOfPackedUInt32(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.