public class SequentialInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
SequentialInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte[] bytes) |
void |
close() |
void |
close(java.lang.Throwable error) |
boolean |
isClosed() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public boolean isClosed()
public void append(byte[] bytes)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(@Nonnull
byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreampublic void close(java.lang.Throwable error)