public class BufferedInputAdapter
extends java.io.InputStream
| Constructor and Description |
|---|
BufferedInputAdapter(CompactObjectInput _input,
int _bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
inject(byte[] data) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] data,
int offset,
int length) |
void |
readBuffer() |
public BufferedInputAdapter(CompactObjectInput _input, int _bufferSize)
public void readBuffer()
throws java.io.IOException
java.io.IOExceptionpublic void inject(byte[] data)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] data,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStreampublic int available()
available in class java.io.InputStreamCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.