|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.ber.ASN1 | +--ORG.oclc.ber.DataDir | +--ORG.oclc.ber.DataDirTree
Fields inherited from class ORG.oclc.ber.DataDir |
asn1class,
fldid,
obj |
Fields inherited from class ORG.oclc.ber.ASN1 |
APPLICATION,
arbitrary,
BITSTRING,
BOOLEAN,
CONSTRUCTED,
CONTEXT,
ENUMERATED,
EXTERNAL,
GENERALSTRING,
INTEGER,
NULL,
OBJECTDESCRIPTOR,
OBJECTIDENTIFIER,
octet_aligned,
OCTETSTRING,
PRIMITIVE,
PRIVATE,
SEQUENCE,
SET,
single_ASN1_type,
UNIVERSAL,
VISIBLESTRING |
Constructor Summary | |
DataDirTree()
|
Method Summary | |
DataDir |
add(DataDir parent,
int fldid,
int asn1class)
|
DataDir |
add(DataDir parent,
int fldid,
int asn1class,
byte[] data,
int offset,
int len)
|
DataDir |
addUTF(DataDir parent,
int fldid,
int asn1class,
char[] chars,
int offset,
int count)
|
DataDir |
addUTF(DataDir parent,
int fldid,
int asn1class,
String s)
|
void |
complete()
|
static void |
freeTree(DataDirTree tree)
|
static DataDirTree |
getTree()
|
DataDir |
reset(BerString record)
|
DataDir |
reset(int fldid,
int asn1class)
|
Methods inherited from class ORG.oclc.ber.ASN1 |
getLong,
getNum,
lenLen,
numLen,
putNum,
tagLen |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DataDirTree()
Method Detail |
public DataDir reset(int fldid, int asn1class)
public DataDir reset(BerString record)
public void complete()
public DataDir add(DataDir parent, int fldid, int asn1class)
public final DataDir add(DataDir parent, int fldid, int asn1class, byte[] data, int offset, int len)
public final DataDir addUTF(DataDir parent, int fldid, int asn1class, String s)
public final DataDir addUTF(DataDir parent, int fldid, int asn1class, char[] chars, int offset, int count)
public static void freeTree(DataDirTree tree)
public static DataDirTree getTree()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |