public final class NullInputStream extends InputStream
| Constructor and Description |
|---|
NullInputStream() |
| Modifier and Type | Method and Description |
|---|---|
static NullInputStream |
getInstance()
Get the singleton instance.
|
int |
read()
Read a byte.
|
available, close, mark, markSupported, read, read, reset, skippublic static NullInputStream getInstance()
public int read()
read in class InputStreamCopyright © 2019 JBoss, a division of Red Hat, Inc.