public class DefaultClearTextWriter extends Object implements IClearTextWriter, com.aspose.ms.System.IDisposable
| Constructor and Description |
|---|
DefaultClearTextWriter(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
com.aspose.ms.System.Collections.IEnumerable<Message> |
getMessages() |
void |
info(String message)
Logs a info message
|
void |
write(String text)
Writes the text at the current position
|
void |
writeCommand(Command command) |
void |
writeLine(String line)
Writes the line to the text file
|
public DefaultClearTextWriter(InputStream stream)
public com.aspose.ms.System.Collections.IEnumerable<Message> getMessages()
public final void dispose()
dispose in interface com.aspose.ms.System.IDisposablepublic final void writeLine(String line)
IClearTextWriterWrites the line to the text file
writeLine in interface IClearTextWriterline - The line to writepublic final void writeCommand(Command command)
public final void write(String text)
IClearTextWriterWrites the text at the current position
write in interface IClearTextWritertext - The text to writepublic final void info(String message)
IClearTextWriterLogs a info message
info in interface IClearTextWritermessage - The message to logCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.