module IO::ByteFormat
Overview
Defines a byte format to encode integers and floats.
Defined in:
io/byte_format.crInstance Method Summary
- #decode(int : UInt16.class, io : IO)
- #decode(int : Int32.class, io : IO)
- #decode(int : Int16.class, io : IO)
- #decode(int : Int8.class, io : IO)
- #decode(int : UInt8.class, io : IO)
- #decode(type : Float32.class, io : IO)
- #decode(type : Float64.class, io : IO)
- #decode(int : UInt64.class, io : IO)
- #decode(int : UInt32.class, io : IO)
- #decode(int : Int64.class, io : IO)
- #encode(int : UInt16, io : IO)
- #encode(int : Int32, io : IO)
- #encode(int : Int16, io : IO)
- #encode(int : Int8, io : IO)
- #encode(int : UInt8, io : IO)
- #encode(float : Float32, io : IO)
- #encode(float : Float64, io : IO)
- #encode(int : UInt64, io : IO)
- #encode(int : UInt32, io : IO)
- #encode(int : Int64, io : IO)