@Deprecated
public class ByteBufferInputStream
extends java.io.InputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<java.nio.ByteBuffer> |
_lst
Deprecated.
|
private int |
_pos
Deprecated.
|
| Constructor and Description |
|---|
ByteBufferInputStream(java.util.List<java.nio.ByteBuffer> lst)
Deprecated.
|
ByteBufferInputStream(java.util.List<java.nio.ByteBuffer> lst,
boolean flip)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Deprecated.
|
void |
close()
Deprecated.
|
void |
mark(int readlimit)
Deprecated.
|
boolean |
markSupported()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b)
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
void |
reset()
Deprecated.
|
long |
skip(long n)
Deprecated.
|
final java.util.List<java.nio.ByteBuffer> _lst
private int _pos
public ByteBufferInputStream(java.util.List<java.nio.ByteBuffer> lst)
public ByteBufferInputStream(java.util.List<java.nio.ByteBuffer> lst,
boolean flip)
public int available()
available in class java.io.InputStreampublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreampublic void mark(int readlimit)
mark in class java.io.InputStreampublic void reset()
reset in class java.io.InputStreampublic boolean markSupported()
markSupported in class java.io.InputStreampublic int read()
read in class java.io.InputStreampublic int read(byte[] b)
read in class java.io.InputStreampublic int read(byte[] b,
int off,
int len)
read in class java.io.InputStreampublic long skip(long n)
skip in class java.io.InputStream