Package netscape.ldap.client
Class JDAPBERTagDecoder
- java.lang.Object
-
- netscape.ldap.ber.stream.BERTagDecoder
-
- netscape.ldap.client.JDAPBERTagDecoder
-
public class JDAPBERTagDecoder extends BERTagDecoder
This class is to help BER libraries to make decision on how to decode an implicit object.
-
-
Constructor Summary
Constructors Constructor Description JDAPBERTagDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BERElementgetElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit)Gets an application specific ber element from the stream.
-
-
-
Method Detail
-
getElement
public BERElement getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit) throws java.io.IOException
Gets an application specific ber element from the stream.- Specified by:
getElementin classBERTagDecoder- Parameters:
decoder- ber decoder to usetag- ber tag to getstream- input streambytes_read- number of bytes readimplicit- to indicate a tag implicit or not- Throws:
java.io.IOException
-
-