netscape.ldap.ber.stream
public abstract class BERTagDecoder extends java.lang.Object
Constructor and Description |
---|
BERTagDecoder() |
Modifier and Type | Method and Description |
---|---|
abstract BERElement |
getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from an input stream.
|
public abstract BERElement getElement(BERTagDecoder decoder, int tag, java.io.InputStream stream, int[] bytes_read, boolean[] implicit) throws java.io.IOException
decoder
- an instance of a BERTagDecodertag
- element tagstream
- source streambytes_read
- array of 1 int; value incremented by number
of bytes read from streamimplicit
- array of implicit flagsjava.io.IOException