|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--java.io.FilterInputStream | +--java.io.BufferedInputStream | +--iaik.utils.InitBufferedInputStream
An ordinary BufferedInputStream where the internal buffer can be initialized with an array.
Fields inherited from class java.io.BufferedInputStream |
buf, count, marklimit, markpos, pos |
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
InitBufferedInputStream(InputStream is,
byte[] initArray)
Creates a new buffered input stream to read data from the specified input stream. |
|
InitBufferedInputStream(InputStream is,
byte[] initArray,
int size)
Creates a new buffered input stream to read data from the specified input stream with the specified buffer size. |
Methods inherited from class java.io.BufferedInputStream |
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.io.FilterInputStream |
read |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InitBufferedInputStream(InputStream is, byte[] initArray)
is
- the underlying input streaminitArray
- the initializiation data for the bufferpublic InitBufferedInputStream(InputStream is, byte[] initArray, int size)
is
- the underlying input streaminitArray
- the initializiation data for the buffersize
- the buffer size
|
This Javadoc may contain text parts from Internet Standard specifications (RFC 2459, 3280, 3039, 2560, 1521, 821, 822, 2253, 1319, 1321, ,2630, 2631, 2268, 3058, 2984, 2104, 2144, 2040, 2311, 2279, see copyright note) and RSA Data Security Public-Key Cryptography Standards (PKCS#1,3,5,7,8,9,10,12, see copyright note). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |