OutputStream

Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source.
writeArray
bool writeArray(T[] array)

Write array.length elements from array.

writeBE
bool writeBE(T value)

Write an integer in big-endian encoding

writeBytes
size_t writeBytes(void* buffer, size_t count)
Undocumented in source.
writeLE
bool writeLE(T value)

Write an integer in little-endian encoding

writeStringz
bool writeStringz(string text)

Write a string as zero-terminated

writeable
bool writeable()
Undocumented in source.

Inherited Members

From Stream

close
void close()
Undocumented in source.
seekable
bool seekable()
Undocumented in source.

Meta