public interface IOutputTerminal
Interface for abstract output terminal.
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getStream()
Gets the underlying stream.
|
BufferedWriter |
getWriter()
Gets the writer for the output terminal.
|
BufferedWriter getWriter()
Gets the writer for the output terminal.
BufferedWriter class instance.OutputStream getStream()
Gets the underlying stream.
Copyright © 2021 Aspose. All Rights Reserved.