public class AppendableByteArrayInputStream
extends java.io.ByteArrayInputStream
| Constructor and Description |
|---|
AppendableByteArrayInputStream(byte[] buf) |
AppendableByteArrayInputStream(byte[] buf,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendBuffer(byte[] buf,
int offset,
int length,
boolean discard) |
static void |
main(java.lang.String[] args) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
setBuffer(byte[] buf,
int offset,
int length) |
public AppendableByteArrayInputStream(byte[] buf,
int offset,
int length)
public AppendableByteArrayInputStream(byte[] buf)
public int read()
read in class java.io.ByteArrayInputStreampublic int read(byte[] b,
int off,
int len)
read in class java.io.ByteArrayInputStreampublic void appendBuffer(byte[] buf,
int offset,
int length,
boolean discard)
public void setBuffer(byte[] buf,
int offset,
int length)
public static void main(java.lang.String[] args)
Copyright © 2022. All Rights Reserved.