public class NullReader
extends java.io.Reader
| Modifier and Type | Field and Description |
|---|---|
static NullReader |
nullReader |
| Constructor and Description |
|---|
NullReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] buffer,
int offset,
int length) |
boolean |
ready() |
public static final NullReader nullReader
public int read(char[] buffer,
int offset,
int length)
read in class java.io.Readerpublic boolean ready()
ready in class java.io.Readerpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.Reader