public class NullInputStream
extends java.io.InputStream
| Modifier and Type | Field | Description |
|---|---|---|
boolean |
throwException |
True if attempting to read from the stream should throw an
IOException. |
| Constructor | Description |
|---|---|
NullInputStream() |
Create an empty null input stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
read() |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.