Module Net::BER::BERParser
In: lib/net/ber/ber_parser.rb

Implements Basic Encoding Rules parsing to be mixed into types as needed.

Methods

read_ber  

Constants

BuiltinSyntax = Net::BER.compile_syntax(:universal => universal, :context_specific => context)   The universal, built-in ASN.1 BER syntax.

Public Instance methods

Reads a BER object from the including object. Requires that getbyte is implemented on the including object and that it returns a Fixnum value. Also requires read(bytes) to work.

This does not work with non-blocking I/O.

[Validate]