Prajna


StreamBaseByte

Constructors

ConstructorDescription
new(sb, pos)
Signature: (sb:StreamBaseByte * pos:int64) -> StreamBaseByte
new(sb)
Signature: sb:StreamBaseByte -> StreamBaseByte
new(sb, pos, count)
Signature: (sb:StreamBaseByte * pos:int64 * count:int64) -> StreamBaseByte
new(...)
Signature: (buffer:byte [] * index:int * count:int * writable:bool * publiclyVisible:bool) -> StreamBaseByte
new(buffer, index, count, writable)
Signature: (buffer:byte [] * index:int * count:int * writable:bool) -> StreamBaseByte
new(buf, index, count)
Signature: (buf:byte [] * index:int * count:int) -> StreamBaseByte
new(buf, writable)
Signature: (buf:byte [] * writable:bool) -> StreamBaseByte
new(buf)
Signature: (buf:byte []) -> StreamBaseByte
new(size)
Signature: size:int -> StreamBaseByte
new()
Signature: unit -> StreamBaseByte
Fork me on GitHub