public class InitBufferedInputStream
extends java.io.BufferedInputStream
Constructor and Description |
---|
InitBufferedInputStream(java.io.InputStream is,
byte[] initArray)
Creates a new buffered input stream to read data from
the specified input stream.
|
InitBufferedInputStream(java.io.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.
|
public InitBufferedInputStream(java.io.InputStream is, byte[] initArray)
is
- the underlying input streaminitArray
- the initializiation data for the bufferpublic InitBufferedInputStream(java.io.InputStream is, byte[] initArray, int size)
is
- the underlying input streaminitArray
- the initializiation data for the buffersize
- the buffer size