public abstract class IODevice
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
IODevice.Interface
Generic input/output device interface.
|
static class |
IODevice.Java
Java-implemented input/output devices.
|
static class |
IODevice.Native
Native-implemented input/output devices.
|
Constructor and Description |
---|
IODevice() |
Modifier and Type | Method and Description |
---|---|
static IODevice.Interface |
getNullDevice()
Null device singleton.
|
static IODevice.Interface |
getStdIn()
Standard input device singleton.
|
public static final IODevice.Interface getNullDevice()
public static final IODevice.Interface getStdIn()