public class InputFileDevice extends IODevice.Native
Constructor and Description |
---|
InputFileDevice(java.lang.String STR_FileName,
OutputDevice.Interface CLI_Out)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InputFileDevice |
enableSpecialCharacters(boolean B_EnableSpecialCharacters)
Special characters enabling.
|
getKey, getLocation, wouldInput
beep, cleanScreen, closeDevice, getScreenInfo, openDevice, put, wouldOutput
endl, printStackTrace, put, put, put
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beep, cleanScreen, closeDevice, endl, getNativeRef, getScreenInfo, openDevice, printStackTrace, put, put, put, put, wouldOutput
public InputFileDevice(java.lang.String STR_FileName, OutputDevice.Interface CLI_Out)
STR_FileName
- Input file name.CLI_Out
- Output device.public InputFileDevice enableSpecialCharacters(boolean B_EnableSpecialCharacters)
B_EnableSpecialCharacters
- true for enabling. false otherwise.