public class FullRequestInputStream extends FilterInputStream
in
Constructor and Description |
---|
FullRequestInputStream(InputStream source)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int off,
int len) |
long |
skip(long amount) |
available, close, mark, markSupported, read, reset
public FullRequestInputStream(InputStream source)
source
- stream to read from.public int read(byte[] buffer) throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buffer, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public long skip(long amount) throws IOException
skip
in class FilterInputStream
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.