org.zkoss.io
Class NullInputStream
java.lang.Object
java.io.InputStream
org.zkoss.io.NullInputStream
- All Implemented Interfaces:
- Closeable
public class NullInputStream
- extends InputStream
An input stream that returns nothing, a.k.a, an empty input stream.
- Author:
- tomyeh
- See Also:
NullWriter,
NullReader
|
Method Summary |
int |
read()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullInputStream
public NullInputStream()
read
public int read()
- Specified by:
read in class InputStream
Copyright © 2013. All rights reserved.