alphaTab.io.IWriteable
Description
Represents a writer where binary data can be written to.
interface IWriteable
Properties
bytesWritten | Gets the current number of written bytes. |
Methods
write(Uint8Array, number, number) | Write data from the given buffer. |
writeByte(number) | Write a single byte to the stream. |