public class ClosedInputStream extends InputStream
Typically uses of this class include testing for corner cases in methods
that accept input streams and acting as a sentinel value instead of a
null input stream.
| 限定符和类型 | 字段和说明 |
|---|---|
static ClosedInputStream |
CLOSED_INPUT_STREAM
A singleton.
|
| 构造器和说明 |
|---|
ClosedInputStream() |
public static final ClosedInputStream CLOSED_INPUT_STREAM
public int read()
read 在类中 InputStreamCopyright © 2021–2022. All rights reserved.