public class ReusableByteArrayInputStream extends ByteArrayInputStream
buf, count, mark, pos| Constructor and Description |
|---|
ReusableByteArrayInputStream(byte[] buf) |
ReusableByteArrayInputStream(byte[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skipreadpublic ReusableByteArrayInputStream(byte[] buf)
public ReusableByteArrayInputStream(byte[] buf,
int offset,
int length)
public int read()
read in class ByteArrayInputStreampublic int read(byte[] b,
int off,
int len)
read in class ByteArrayInputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ByteArrayInputStreamIOExceptionCopyright © 2023 MuleSoft, Inc.. All rights reserved.