def self.
decode(type : UInt64.class, io :
IO)
#
def self.
decode(type : Int64.class, bytes :
Bytes)
#
def self.
decode(type : Int64.class, io :
IO)
#
def self.
decode(type : UInt32.class, bytes :
Bytes)
#
def self.
decode(type : UInt32.class, io :
IO)
#
def self.
decode(type : Int32.class, bytes :
Bytes)
#
def self.
decode(type : Int32.class, io :
IO)
#
def self.
decode(type : UInt16.class, bytes :
Bytes)
#
def self.
decode(type : UInt16.class, io :
IO)
#
def self.
decode(type : Int16.class, bytes :
Bytes)
#
def self.
decode(type : Int16.class, io :
IO)
#
def self.
decode(type : UInt8.class, bytes :
Bytes)
#
def self.
decode(type : UInt8.class, io :
IO)
#
def self.
decode(type : Int8.class, bytes :
Bytes)
#
def self.
decode(type : UInt64.class, bytes :
Bytes)
#