public final class FastByteArrayInputStream extends InputStream
| Constructor and Description |
|---|
FastByteArrayInputStream(byte[] hb) |
FastByteArrayInputStream(byte[] hb,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
pos() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
byte[] |
readAll() |
void |
reset() |
int |
size() |
mark, markSupported, skippublic FastByteArrayInputStream(byte[] hb,
int limit)
public FastByteArrayInputStream(byte[] hb)
public 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 void reset()
reset in class InputStreampublic int available()
available in class InputStreampublic int pos()
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic byte[] readAll()
public int size()
Copyright © 2019. All rights reserved.