public class CommandLineReader
extends java.io.FilterReader
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
lastCharNL |
(package private) static int |
normal |
(package private) static int |
sentSemi |
(package private) int |
state |
| Constructor and Description |
|---|
CommandLineReader(java.io.Reader in) |
static final int normal
static final int lastCharNL
static final int sentSemi
int state
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.IOException