SKFileWStream

Undocumented in source.

Constructors

this
this(void* handle, bool owns)
Undocumented in source.
this
this(string path)
Undocumented in source.

Members

Functions

Dispose
void Dispose(bool disposing)
Undocumented in source. Be warned that the author may not have intended to support it.
Dispose
void Dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
DisposeNative
void DisposeNative()
Undocumented in source. Be warned that the author may not have intended to support it.
IsValid
bool IsValid()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

IsPathSupported
bool IsPathSupported(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
OpenStream
SKWStream OpenStream(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SKWStream

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.

Meta