Skip navigation links
A B C D E G H I J P R S T V 

J

jberd - package jberd
 
Jberd - Class in jberd
Java BER Decoder.
Jberd(InputStream, PrintStream, JberdHandler) - Constructor for class jberd.Jberd
 
Jberd(InputStream, PrintStream, JberdHandler, JBerdNode) - Constructor for class jberd.Jberd
 
JBerdAlias - Class in jberd
A JBerdAlias provides a mapping between a descriptive name (the alias) and a tag path and optionally provides an associated rendering (ie the default method for representing the data of the item) The aliases are read from an alias file and held in a JBerdAliasDB
JBerdAlias(String, String, BERrendering) - Constructor for class jberd.JBerdAlias
Creates an alias given a tag path, an alias and a rendering
JBerdAliasDB - Class in jberd
An object containing a set of aliases.
JBerdAliasDB(String) - Constructor for class jberd.JBerdAliasDB
Create an alias DB from an input file
JberdHandler - Interface in jberd
This interface is to be implemented by a BER handler The JBerd decoder takes an object that implements this interface as a parameter.
JBerdNode - Class in jberd
A node created by the Jberd decoder each time a TLV is encounterd It contains the detail of the TLV and is passed to the JberdHandler during decoding.
JBerdNode(int) - Constructor for class jberd.JBerdNode
Creates a node on the basis of a tag.
JBerdNode(int, BERclass, BERtype, BERlength) - Constructor for class jberd.JBerdNode
Creates a node with a specific tag and other BER properties
JBerdParam - Class in jberd
An object containing the results of the command line parameters, according to the following usage: [-i inputfile] [-o outputfile] [-m mappingfile] [-p aliasfile] [-l loggingfile]
JBerdParam(String[]) - Constructor for class jberd.JBerdParam
Create a JBerdParam object on the basis of command line arguments
JBerdTagPath - Class in jberd
A path locating a tag in the context of an encoded BER document It consists of a series of numbers (tags) separated by periods Because a BER document does not have one root (it may contain many elements at the top level) an artificial root is introduced.
JBerdTagPath(int) - Constructor for class jberd.JBerdTagPath
create with a single tag
JBerdTagPath(JBerdTagPath, int) - Constructor for class jberd.JBerdTagPath
Create a tagpath from a given parent path with a given tag appended
JBerdTagPath(String) - Constructor for class jberd.JBerdTagPath
Create from a string representation (eg 0.1.2
A B C D E G H I J P R S T V 
Skip navigation links