private static class ProcessBundle.Reader extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
private int |
available |
private byte[] |
buffer |
private IOException |
exception |
private ProcessBundle.MergingInputStream |
merger |
private int |
pos |
private InputStream |
stream |
Constructor and Description |
---|
ProcessBundle.Reader(ProcessBundle.MergingInputStream merger,
InputStream stream) |
private int available
private int pos
private final byte[] buffer
private final InputStream stream
private IOException exception
private final ProcessBundle.MergingInputStream merger
ProcessBundle.Reader(ProcessBundle.MergingInputStream merger, InputStream stream)
int read() throws IOException
IOException
int read(byte[] b, int off, int len) throws IOException
IOException
void close() throws IOException
IOException