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, reset
public SimpleSharedBufferInputStream(SharedBuffer sharedBuffer)
public int read()
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
public int available()
available
in class InputStream
Copyright © 2020. All rights reserved.