class CBOR::BytesArray

Defined in:

cbor/type/bytes_array.cr

Constructors

Instance Method Summary

Instance methods inherited from class Array(Slice(UInt8))

to_cbor(encoder : CBOR::Encoder) to_cbor

Constructor methods inherited from class Array(Slice(UInt8))

new(decoder : CBOR::Decoder) new

Instance methods inherited from class Object

to_cbor(io : IO)
to_cbor(encoder : CBOR::Encoder)
to_cbor : Bytes
to_cbor

Class methods inherited from class Object

from_cbor(string_or_io) from_cbor

Constructor Detail

def self.new(decoder : CBOR::Decoder) #

[View source]

Instance Method Detail

def to_bytes : Bytes #

[View source]