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.IOException
public void inject(byte[] data)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] data, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public boolean markSupported()
markSupported
in class java.io.InputStream
public int available()
available
in class java.io.InputStream
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.