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.Reader
public boolean ready()
ready
in class java.io.Reader
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader