public class FullRequestInputStream
extends java.io.FilterInputStream
Constructor and Description |
---|
FullRequestInputStream(java.io.InputStream source)
Creates an instance.
|
public FullRequestInputStream(java.io.InputStream source)
source
- stream to read from.public int read(byte[] buffer) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] buffer, int off, int len) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public long skip(long amount) throws java.io.IOException
skip
in class java.io.FilterInputStream
java.io.IOException
Copyright © 2005-2013 java.net. All Rights Reserved.