|
|||||||||
| 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.DefiniteLengthInputStream
class DefiniteLengthInputStream
| Field Summary | |
|---|---|
private int |
_length
|
| Fields inherited from class org.bouncycastle.asn1.LimitedInputStream |
|---|
_in |
| Constructor Summary | |
|---|---|
DefiniteLengthInputStream(java.io.InputStream in,
int length)
|
|
| Method Summary | |
|---|---|
int |
read()
|
| 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 _length
| Constructor Detail |
|---|
DefiniteLengthInputStream(java.io.InputStream in,
int length)
| Method Detail |
|---|
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 | ||||||||