public interface IInputTerminal
Interface for abstract input terminal.
| Modifier and Type | Method and Description |
|---|---|
BufferedReader |
getReader()
Gets the reader for the input terminal.
|
InputStream |
getStream()
Gets the underlying stream.
|
BufferedReader getReader()
Gets the reader for the input terminal.
BufferedReader class instance.InputStream getStream()
Gets the underlying stream.
Copyright © 2021 Aspose. All Rights Reserved.