public final class SimpleSharedBufferInputStream extends InputStream
| Constructor and Description |
|---|
SimpleSharedBufferInputStream(SharedBuffer sharedBuffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
close, mark, markSupported, read, resetpublic SimpleSharedBufferInputStream(SharedBuffer sharedBuffer)
public int read()
read in class InputStreampublic int read(byte[] b,
int off,
int len)
read in class InputStreampublic long skip(long n)
skip in class InputStreampublic int available()
available in class InputStreamCopyright © 2025. All rights reserved.