Uses of Class
netscape.ldap.ber.stream.BERTagDecoder

Packages that use BERTagDecoder
netscape.ldap.ber.stream   
netscape.ldap.client   
 

Uses of BERTagDecoder in netscape.ldap.ber.stream
 

Methods in netscape.ldap.ber.stream with parameters of type BERTagDecoder
static BERElement BERElement.getElement(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Gets a ber element from the input stream.
abstract  BERElement BERTagDecoder.getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit)
          Gets an application specific ber element from an input stream.
 

Constructors in netscape.ldap.ber.stream with parameters of type BERTagDecoder
BERAny(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs an "any" element from an input stream.
BERBitString(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a bitstring element from an input stream (for constructed encodings).
BERCharacterString(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a character string element from an input stream (for constructed encoding)
BERChoice(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a choice element from an input stream.
BERConstruct(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a construct element from an input stream.
BERNumericString(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a numeric string element from an input stream (for constructed encoding)
BEROctetString(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs an octet string element from an input stream (for constructed encoding)
BERPrintableString(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a printable string element from an input stream (for constructed encoding)
BERSequence(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a sequence element from an input stream.
BERSet(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a set element from an input stream.
BERTag(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read)
          Constructs a tag element from an input stream.
BERUTCTime(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a UTCTime element from an input stream (for constructed encoding)
BERVisibleString(BERTagDecoder decoder, java.io.InputStream stream, int[] bytes_read)
          Constructs a visiblestring element with the input stream.
 

Uses of BERTagDecoder in netscape.ldap.client
 

Subclasses of BERTagDecoder in netscape.ldap.client
 class JDAPBERTagDecoder
          This class is to help BER libraries to make decision on how to decode an implicit object.
 

Methods in netscape.ldap.client with parameters of type BERTagDecoder
 BERElement JDAPBERTagDecoder.getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit)
          Gets an application specific ber element from the stream.