private static final class CommandLineArgs.ArgReader extends Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
buf |
(package private) int |
buflen |
Constructor and Description |
---|
ArgReader() |
Modifier and Type | Method and Description |
---|---|
(package private) String |
getArg(int i)
Reads an argument assuming that the arguments are encoded in the
platform's "default character set".
|
(package private) int |
numArgs() |
ArgReader()