org.bouncycastle.asn1
Class ConstructedOctetStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.bouncycastle.asn1.ConstructedOctetStream
All Implemented Interfaces:
java.io.Closeable

 class ConstructedOctetStream
extends java.io.InputStream


Field Summary
private  java.io.InputStream _currentStream
           
private  boolean _first
           
private  ASN1ObjectParser _parser
           
 
Constructor Summary
ConstructedOctetStream(ASN1ObjectParser parser)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_parser

private final ASN1ObjectParser _parser

_first

private boolean _first

_currentStream

private java.io.InputStream _currentStream
Constructor Detail

ConstructedOctetStream

ConstructedOctetStream(ASN1ObjectParser parser)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException