class ConstructedOctetStream extends java.io.InputStream
Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
_currentStream |
private boolean |
_first |
private ASN1ObjectParser |
_parser |
Constructor and Description |
---|
ConstructedOctetStream(ASN1ObjectParser parser) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
private final ASN1ObjectParser _parser
private boolean _first
private java.io.InputStream _currentStream
ConstructedOctetStream(ASN1ObjectParser parser)