org.apache.commons.ssl.asn1
Class ConstructedOctetStream
java.lang.Object
java.io.InputStream
org.apache.commons.ssl.asn1.ConstructedOctetStream
- All Implemented Interfaces:
- Closeable
class ConstructedOctetStream
- extends InputStream
Method Summary |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_parser
private final ASN1ObjectParser _parser
_first
private boolean _first
_currentStream
private InputStream _currentStream
ConstructedOctetStream
ConstructedOctetStream(ASN1ObjectParser parser)
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException