|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
org.bouncycastle.asn1.LimitedInputStream
org.bouncycastle.asn1.IndefiniteLengthInputStream
class IndefiniteLengthInputStream
| Field Summary | |
|---|---|
private int |
_b1
|
private int |
_b2
|
private boolean |
_eofOn00
|
private boolean |
_eofReached
|
| Fields inherited from class org.bouncycastle.asn1.LimitedInputStream |
|---|
_in |
| Constructor Summary | |
|---|---|
IndefiniteLengthInputStream(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
(package private) void |
checkForEof()
|
int |
read()
|
(package private) void |
setEofOn00(boolean eofOn00)
|
| Methods inherited from class org.bouncycastle.asn1.LimitedInputStream |
|---|
getUnderlyingStream, setParentEofDetect, toByteArray |
| 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 |
|---|
private int _b1
private int _b2
private boolean _eofReached
private boolean _eofOn00
| Constructor Detail |
|---|
IndefiniteLengthInputStream(java.io.InputStream in)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
void setEofOn00(boolean eofOn00)
void checkForEof()
throws java.io.IOException
java.io.IOException
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||