class

Structure

Inherits Reference < Object

Constructors

new(transformers : Array(Transformer), endianness : Endianness = Endianness::Network)
Source

Class methods

from(fmt_string : String)
Source

Instance methods

pack(values : Iterable(AnyValue))
Source
pack(*values)
Source
pack_into(io : IO, values : Iterable(AnyValue))
Source
pack_into(io : IO, *values)
Source
unpack(bytes : Bytes)
Source
unpack_from(io : IO)
Source

Nested types