struct AMQ::Protocol::ShortString
Defined in:
amq/protocol/short_string.cr
Constructors
Class Method Summary
Instance Method Summary
Constructor Detail
def self.
new(str : String)
#
Class Method Detail
def self.
from_bytes(bytes, format =
nil) : String
#
def self.
from_io(io, format =
nil) : String
#
def self.
skip(io) : Nil
#
Instance Method Detail
def
to_io(io, format =
nil) : Nil
#