netscape.ldap.client
public class JDAPBERTagDecoder extends BERTagDecoder
Constructor and Description |
---|
JDAPBERTagDecoder() |
Modifier and Type | Method and Description |
---|---|
BERElement |
getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from the stream.
|
public BERElement getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit) throws java.io.IOException
getElement
in class BERTagDecoder
decoder
- ber decoder to usetag
- ber tag to getstream
- input streambytes_read
- number of bytes readimplicit
- to indicate a tag implicit or notjava.io.IOException