private class MessageReader.ChunkedInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
buf |
private int |
lim |
private int |
pos |
| Constructor and Description |
|---|
ChunkedInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
private void |
refill() |
close, mark, markSupported, read, reset, skippublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionprivate void refill()
throws IOException
IOExceptionCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.