BytesInput

Inputhaxe.io.BytesInput (Class) → StringInput

Instance Members

position: Int

The current position in the stream in bytes.


length: Int

The length of the stream in bytes.


readByte(): Int
Returns
Int

readBytes(buf: Bytes, pos: Int, len: Int): Int
Name Type
buf Bytes
pos Int
len Int
Returns
Int

new(b: Bytes, ?pos: Int, ?len: Int): Void
Name Type Default
b Bytes
pos Int (optional)
len Int (optional)

Private Members


pos: Int

len: Int

totlen: Int