public class Console extends Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
NO_CHAR
Constant for an empty char array
|
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
getInputStreamAsCharArray(InputStream stream,
int length,
String encoding)
Returns the given input stream's contents as a character array.
|
static void |
main(String[] args) |
public static void main(String[] args)
public static char[] getInputStreamAsCharArray(InputStream stream, int length, String encoding) throws IOException
IOException - if a problem occurred reading the stream.Copyright © 2016 Java Wikipedia API (Bliki engine). All rights reserved.