@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 InputStream
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
public void mark(int readlimit)
mark
in class InputStream
public void reset()
reset
in class InputStream
public boolean markSupported()
markSupported
in class InputStream
public int read()
read
in class InputStream
public int read(byte[] b)
read
in class InputStream
public int read(byte[] b, int off, int len)
read
in class InputStream
public long skip(long n)
skip
in class InputStream
Copyright © 2019. All rights reserved.