class ASN1::BER::ExtendedIdentifier

Defined in:

bindata/asn1/identifier.cr

Constant Summary

BIT_PARTS = [{more => {UInt8, nil}, tag_number => {UInt8, nil}}] of Nil
ENDIAN = ["big"]
INDEX = [0]
PARTS = [{"bitfield", 0, nil, nil, nil, nil}] of Nil

Instance Method Summary

Instance methods inherited from class BinData

__format__ : IO::ByteFormat __format__, read(io : IO) : IO read, to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::SystemEndian) to_io, to_slice to_slice, write(io : IO) : IO write

Class methods inherited from class BinData

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::SystemEndian) from_io

Instance Method Detail

def __format__ : IO::ByteFormat #

[View source]
def more : Bool #

[View source]
def more=(more : UInt8) #

def more=(value : Bool) #

[View source]
def tag_number : UInt8 #

def tag_number=(tag_number : UInt8) #