module

IO::ByteFormat::LittleEndian

Class methods

decode(int : Int8.class, io : IO)
Source
decode(int : Int8.class, bytes : Bytes)
Source
decode(int : UInt8.class, io : IO)
Source
decode(int : UInt8.class, bytes : Bytes)
Source
decode(int : Int16.class, io : IO)
Source
decode(int : Int16.class, bytes : Bytes)
Source
decode(int : UInt16.class, io : IO)
Source
decode(int : UInt16.class, bytes : Bytes)
Source
decode(int : Int32.class, io : IO)
Source
decode(int : Int32.class, bytes : Bytes)
Source
decode(int : UInt32.class, io : IO)
Source
decode(int : UInt32.class, bytes : Bytes)
Source
decode(int : Int64.class, io : IO)
Source
decode(int : Int64.class, bytes : Bytes)
Source
decode(int : UInt64.class, io : IO)
Source
decode(int : UInt64.class, bytes : Bytes)
Source
decode(int : Int128.class, io : IO)
Source
decode(int : Int128.class, bytes : Bytes)
Source
decode(int : UInt128.class, io : IO)
Source
decode(int : UInt128.class, bytes : Bytes)
Source
decode(*, type : Int8.class, io : IO)

DEPRECATED Use .decode(int : Int8.class, io : IO) instead

Source
decode(*, type : Int8.class, bytes : Bytes)
Source
decode(*, type : UInt8.class, io : IO)
Source
decode(*, type : UInt8.class, bytes : Bytes)
Source
decode(*, type : Int16.class, io : IO)
Source
decode(*, type : Int16.class, bytes : Bytes)
Source
decode(*, type : UInt16.class, io : IO)
Source
decode(*, type : UInt16.class, bytes : Bytes)
Source
decode(*, type : Int32.class, io : IO)
Source
decode(*, type : Int32.class, bytes : Bytes)
Source
decode(*, type : UInt32.class, io : IO)
Source
decode(*, type : UInt32.class, bytes : Bytes)
Source
decode(*, type : Int64.class, io : IO)
Source
decode(*, type : Int64.class, bytes : Bytes)
Source
decode(*, type : UInt64.class, io : IO)
Source
decode(*, type : UInt64.class, bytes : Bytes)
Source
decode(*, type : Int128.class, io : IO)
Source
decode(*, type : Int128.class, bytes : Bytes)
Source
decode(*, type : UInt128.class, io : IO)
Source
decode(*, type : UInt128.class, bytes : Bytes)
Source
encode(int : Int8, io : IO)
Source
encode(int : Int8, bytes : Bytes)
Source
encode(int : UInt8, io : IO)
Source
encode(int : UInt8, bytes : Bytes)
Source
encode(int : Int16, io : IO)
Source
encode(int : Int16, bytes : Bytes)
Source
encode(int : UInt16, io : IO)
Source
encode(int : UInt16, bytes : Bytes)
Source
encode(int : Int32, io : IO)
Source
encode(int : Int32, bytes : Bytes)
Source
encode(int : UInt32, io : IO)
Source
encode(int : UInt32, bytes : Bytes)
Source
encode(int : Int64, io : IO)
Source
encode(int : Int64, bytes : Bytes)
Source
encode(int : UInt64, io : IO)
Source
encode(int : UInt64, bytes : Bytes)
Source
encode(int : Int128, io : IO)
Source
encode(int : Int128, bytes : Bytes)
Source
encode(int : UInt128, io : IO)
Source
encode(int : UInt128, bytes : Bytes)
Source