public class WhiteInputStream extends InputStream
InputStream which generates random values.| Modifier | Constructor and Description |
|---|---|
|
WhiteInputStream()
Creates a new instance without a limit.
|
protected |
WhiteInputStream(long limit)
Creates a new instance with given
limit. |
protected WhiteInputStream(long limit)
limit.limit - the maximum number of bytes for reading. any negative for
unlimited.public WhiteInputStream()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic long getCount()
Copyright © 2011-2013. All Rights Reserved.