org.apache.commons.ssl.asn1
Class ConstructedOctetStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.apache.commons.ssl.asn1.ConstructedOctetStream

class ConstructedOctetStream
extends InputStream


Field Summary
private  InputStream _currentStream
           
private  boolean _first
           
private  ASN1ObjectParser _parser
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
(package private) ConstructedOctetStream(ASN1ObjectParser parser)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, 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 InputStream _currentStream
Constructor Detail

ConstructedOctetStream

ConstructedOctetStream(ASN1ObjectParser parser)
Method Detail

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Throws:
IOException