default
core
corecore.Streamcore.Buffer
core.File
core.PakFile
core.Process
core.StdErrStream
core.StdInStream
core.StdOutStreamadd2f(float f1, f2) - Write two 32bit floats to the stream.
add3f(float f1, f2, f3) - Write three 32bit floats to the stream.
add4f(float f1, f2, f3, f4) - Write four 32bit floats to the stream.
close() -
deserialize(Object o, boolean bTypeInfo) : boolean -
eof() : boolean -
getB8() : boolean - Read 8bit boolean from stream (either 1 or 0).
getByteOrder() : int -
getErrorCode() : int -
getErrorStringByCode(int errorCode) : String -
getF32() : float -
getF32a(Object a, int num) - Read 32bit floats and store in array object (will be reallocated).
getF64() : float - @todo Make it return a Double object
getF64a(Object a, int num) - Read 64bit doubles and store in array object (will be reallocated).
getI16() : short - Read unsigned short from stream.
getI16a(Object a, int num) - Read signed shorts and store in array object (will be reallocated).
getI32() : int -
getI32a(Object a, int num) - Read signed dwords and store in array object (will be reallocated).
getI8() : byte - Read unsigned byte from stream.
getI8a(Object a, int num) - Read signed bytes and store in array object (will be reallocated).
getObject(Object dest) -
getOffset() : int -
getS16() : short - Read signed short from stream (extend to int).
getS8() : byte - Read signed byte from stream (extend to int).
getSize() : int -
getU16() : short - Read unsigned short from stream.
getU16a(Object a, int num) - Read unsigned shorts and store in array object (will be reallocated).
getU8() : byte - Read unsigned byte from stream.
getU8a(Object a, int num) - Read unsigned bytes and store in array object (will be reallocated).
readBuffer(Buffer buf, int off, num, boolean bResize) : int -
readLine(String s, int max) : boolean -
readString(String s, int num) : boolean -
seek(int off, mode) -
serialize(Object src, boolean bTypeInfo) -
setBgra(int argb32) - Write b,g,r,a bytes from packed ARGB32 integer
setByteOrder(int byteOrder) -
setF32(float v) -
setF32a(Object a) - Write floats from generic array object
setF64(float v) - @todo make this method take a Double object argument
setF64a(Object a) - Write doubles from generic array object
setI16(short v) -
setI16a(Object a) - Write shorts from generic array object
setI32(int v) -
setI32a(Object a) - Write double words from generic array object
setI8(byte v) -
setI8a(Object a) - Write bytes from generic array object
setObject(Object src) -
setOffset(int offset) -
setRgba(int argb32) - Write r,g,b,a bytes from packed ARGB32 integer
writeBuffer(Buffer buf, int off, num) : boolean -
writeString(String s, int off, num) : boolean - Method add2f | |||||||||||||||
Write two 32bit floats to the stream. | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method add3f | ||||||||||||||||||||
Write three 32bit floats to the stream. | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
|
Method add4f | |||||||||||||||||||||||||
Write four 32bit floats to the stream. | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
|
Method close | |||
Signature | |||
|
Method deserialize | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method eof | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getB8 | |||||
Read 8bit boolean from stream (either 1 or 0). | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getByteOrder | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getErrorCode | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getErrorStringByCode | ||||||||||
Signature | ||||||||||
| ||||||||||
Arguments | ||||||||||
| ||||||||||
Returns | ||||||||||
Method getF32 | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getF32a | |||||||||||||||
Read 32bit floats and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method getF64 | |||||
@todo Make it return a Double object | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getF64a | |||||||||||||||
Read 64bit doubles and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method getI16 | |||||
Read unsigned short from stream. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getI16a | |||||||||||||||
Read signed shorts and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method getI32 | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getI32a | |||||||||||||||
Read signed dwords and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method getI8 | |||||
Read unsigned byte from stream. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getI8a | |||||||||||||||
Read signed bytes and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method getOffset | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getS16 | |||||
Read signed short from stream (extend to int). | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getS8 | |||||
Read signed byte from stream (extend to int). | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getSize | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getU16 | |||||
Read unsigned short from stream. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getU16a | |||||||||||||||
Read unsigned shorts and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method getU8 | |||||
Read unsigned byte from stream. | |||||
Signature | |||||
| |||||
Returns | |||||
|
Method getU8a | |||||||||||||||
Read unsigned bytes and store in array object (will be reallocated). | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method readBuffer | ||||||||||||||||||||||||||||||
Signature | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Arguments | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Method readLine | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method readString | ||||||||||||||||||||
Signature | ||||||||||||||||||||
| ||||||||||||||||||||
Arguments | ||||||||||||||||||||
| ||||||||||||||||||||
Returns | ||||||||||||||||||||
| ||||||||||||||||||||
Method seek | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method serialize | |||||||||||||||
Signature | |||||||||||||||
| |||||||||||||||
Arguments | |||||||||||||||
|
Method setBgra | |||||
Write b,g,r,a bytes from packed ARGB32 integer | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setByteOrder | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setF32 | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setF64 | |||||
@todo make this method take a Double object argument | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setF64a | |||||
Write doubles from generic array object | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setI16 | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setI32 | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setI32a | |||||
Write double words from generic array object | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setI8 | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setOffset | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method setRgba | |||||
Write r,g,b,a bytes from packed ARGB32 integer | |||||
Signature | |||||
| |||||
Arguments | |||||
|
Method writeBuffer | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Method writeString | |||||||||||||||||||||||||
Signature | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Arguments | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
auto-generated by "DOG", the TkScript document generator. Thu, 11/Dec/2025 13:41:59