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, skip
public static NullInputStream getInstance()
public int read()
read
in class InputStream
Copyright © 2013 JBoss, a division of Red Hat, Inc.