@Deprecated public class ByteBufferInputStream extends InputStream
| Constructor and Description |
|---|
ByteBufferInputStream(List<ByteBuffer> lst)
Deprecated.
|
ByteBufferInputStream(List<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.
|
public ByteBufferInputStream(List<ByteBuffer> lst)
public ByteBufferInputStream(List<ByteBuffer> lst, boolean flip)
public int available()
available in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
reset in class InputStreampublic boolean markSupported()
markSupported in class InputStreampublic int read()
read in class InputStreampublic int read(byte[] b)
read in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreampublic long skip(long n)
skip in class InputStreamCopyright © 2021. All rights reserved.