Closeable, AutoCloseablepublic static class FileUtils.ByteBufferBackedInputStream extends InputStream
| Constructor | Description |
|---|---|
ByteBufferBackedInputStream(ByteBuffer buf) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
read() |
|
int |
read(byte[] bytes,
int off,
int len) |
available, close, mark, markSupported, read, readAllBytes, readNBytes, reset, skip, transferTopublic ByteBufferBackedInputStream(ByteBuffer buf)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2018. All rights reserved.