public class NullReader
extends java.io.Reader
Modifier and Type | Field and Description |
---|---|
static NullReader |
nullReader |
Constructor and Description |
---|
NullReader() |
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