|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.ber.stream.BERTagDecoder
netscape.ldap.client.JDAPBERTagDecoder
This class is to help BER libraries to make decision on how to decode an implicit object.
Constructor Summary | |
JDAPBERTagDecoder()
|
Method Summary | |
BERElement |
getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from the stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDAPBERTagDecoder()
Method Detail |
public BERElement getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit) throws java.io.IOException
getElement
in class BERTagDecoder
stream
- input streambytes_read
- number of bytes readimplicit
- to indicate a tag implicit or notdecoder
- an instance of a BERTagDecodertag
- element tag
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |