public class NonSyncByteArrayInputStream extends ByteArrayInputStream
buf, count, mark, pos| Constructor and Description |
|---|
NonSyncByteArrayInputStream() |
NonSyncByteArrayInputStream(byte[] bs) |
NonSyncByteArrayInputStream(byte[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
getLength() |
int |
getPosition() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset(byte[] input,
int start,
int length) |
long |
skip(long n) |
close, mark, markSupported, resetreadpublic NonSyncByteArrayInputStream()
public NonSyncByteArrayInputStream(byte[] bs)
public NonSyncByteArrayInputStream(byte[] buf,
int offset,
int length)
public void reset(byte[] input,
int start,
int length)
public int getPosition()
public int getLength()
public int read()
read in class ByteArrayInputStreampublic int read(byte[] b,
int off,
int len)
read in class ByteArrayInputStreampublic long skip(long n)
skip in class ByteArrayInputStreampublic int available()
available in class ByteArrayInputStreamCopyright © 2019 The Apache Software Foundation. All Rights Reserved.