|
|||||||||
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
public class 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
buffer
- ber encoding bufferstream
- input streambytes_read
- number of bytes readimplicit
- to indicate a tag implicit or not
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |