public class CommandLineReader
extends java.io.FilterReader
| Constructor and Description |
|---|
CommandLineReader(java.io.Reader in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
int |
read() |
int |
read(char[] buff,
int off,
int len)
This is a degenerate implementation.
|
public int read()
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOExceptionpublic int read(char[] buff,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterReaderjava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception