Package org.gudy.bouncycastle.asn1
Class ConstructedOctetStream
java.lang.Object
java.io.InputStream
org.gudy.bouncycastle.asn1.ConstructedOctetStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate InputStream
private boolean
private final ASN1ObjectParser
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
_parser
-
_first
private boolean _first -
_currentStream
-
-
Constructor Details
-
ConstructedOctetStream
ConstructedOctetStream(ASN1ObjectParser parser)
-
-
Method Details
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-