Buy Me a Coffee at ko-fi.com

No description available
figura.docs.buffer

No description available
figura.docs.buffer.available

overload 1:
Buffer.available(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.clear

overload 1:
Buffer.clear(): nil
typings.109073
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.close

overload 1:
Buffer.close(): nil
typings.109073
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.get_length

overload 1:
Buffer.getLength(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.get_max_capacity

overload 1:
Buffer.getMaxCapacity(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.get_position

overload 1:
Buffer.getPosition(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.is_closed

overload 1:
Buffer.isClosed(): Boolean
typings.1729365000
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read

overload 1:
Buffer.read(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_base_64

overload 1:
Buffer.readBase64(): String
typings.-1808118735
Method PropertyFluent DescriptionRepresentation
Return Value
overload 2:
Buffer.readBase64(length: Integer): String
typings.-672261858typings.-1808118735
Method PropertyFluent DescriptionRepresentation
length accepts
Return Value

No description available
figura.docs.buffer.read_byte_array

overload 1:
Buffer.readByteArray(): String
typings.-1808118735
Method PropertyFluent DescriptionRepresentation
Return Value
overload 2:
Buffer.readByteArray(length: Integer): String
typings.-672261858typings.-1808118735
Method PropertyFluent DescriptionRepresentation
length accepts
Return Value

No description available
figura.docs.buffer.read_double

overload 1:
Buffer.readDouble(): Number
typings.-1950496919
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_double_le

overload 1:
Buffer.readDoubleLE(): Number
typings.-1950496919
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_float

overload 1:
Buffer.readFloat(): Number
typings.-1950496919
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_float_le

overload 1:
Buffer.readFloatLE(): Number
typings.-1950496919
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_from_stream

overload 1:
Buffer.readFromStream(stream: InputStream, amount: Integer): Integer
typings.1361886154typings.-672261858typings.-672261858
Method PropertyFluent DescriptionRepresentation
stream accepts
amount accepts
Return Value

No description available
figura.docs.buffer.read_int

overload 1:
Buffer.readInt(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_int_le

overload 1:
Buffer.readIntLE(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_long

overload 1:
Buffer.readLong(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_long_le

overload 1:
Buffer.readLongLE(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_short

overload 1:
Buffer.readShort(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_short_le

overload 1:
Buffer.readShortLE(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_string

overload 1:
Buffer.readString(): String
typings.-1808118735
Method PropertyFluent DescriptionRepresentation
Return Value
overload 2:
Buffer.readString(length: Integer): String
typings.-672261858typings.-1808118735
Method PropertyFluent DescriptionRepresentation
length accepts
Return Value
overload 3:
Buffer.readString(length: Integer, encoding: String): String
typings.-672261858typings.-1808118735typings.-1808118735
Method PropertyFluent DescriptionRepresentation
length accepts
encoding accepts
Return Value

No description available
figura.docs.buffer.read_ushort

overload 1:
Buffer.readUShort(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.read_ushort_le

overload 1:
Buffer.readUShortLE(): Integer
typings.-672261858
Method PropertyFluent DescriptionRepresentation
Return Value

No description available
figura.docs.buffer.set_position

overload 1:
Buffer.setPosition(position: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
position accepts
Return Value

No description available
figura.docs.buffer.write_byte

overload 1:
Buffer.write(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_base_64

overload 1:
Buffer.writeBase64(base64: String): Integer
typings.-1808118735typings.-672261858
Method PropertyFluent DescriptionRepresentation
base64 accepts
Return Value

No description available
figura.docs.buffer.write_byte_array

overload 1:
Buffer.writeByteArray(array: String): Integer
typings.-1808118735typings.-672261858
Method PropertyFluent DescriptionRepresentation
array accepts
Return Value

No description available
figura.docs.buffer.write_double

overload 1:
Buffer.writeDouble(val: Number): nil
typings.-1950496919typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_double_le

overload 1:
Buffer.writeDoubleLE(val: Number): nil
typings.-1950496919typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_float

overload 1:
Buffer.writeFloat(val: Number): nil
typings.-1950496919typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_float_le

overload 1:
Buffer.writeFloatLE(val: Number): nil
typings.-1950496919typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_int

overload 1:
Buffer.writeInt(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_int_le

overload 1:
Buffer.writeIntLE(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_long

overload 1:
Buffer.writeLong(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_long_le

overload 1:
Buffer.writeLongLE(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_short

overload 1:
Buffer.writeShort(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_short_le

overload 1:
Buffer.writeShortLE(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_string

overload 1:
Buffer.writeString(val: String): Integer
typings.-1808118735typings.-672261858
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value
overload 2:
Buffer.writeString(val: String, encoding: String): Integer
typings.-1808118735typings.-1808118735typings.-672261858
Method PropertyFluent DescriptionRepresentation
val accepts
encoding accepts
Return Value

No description available
figura.docs.buffer.write_to_stream

overload 1:
Buffer.writeToStream(stream: OutputStream, amount: Integer): Integer
typings.33956865typings.-672261858typings.-672261858
Method PropertyFluent DescriptionRepresentation
stream accepts
amount accepts
Return Value

No description available
figura.docs.buffer.write_ushort

overload 1:
Buffer.writeUShort(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value

No description available
figura.docs.buffer.write_ushort_le

overload 1:
Buffer.writeUShortLE(val: Integer): nil
typings.-672261858typings.109073
Method PropertyFluent DescriptionRepresentation
val accepts
Return Value