public abstract class OutputFile extends java.lang.Object implements IOutputFile
Represents an output file.
| Constructor and Description |
|---|
OutputFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.io.OutputStream stream)
Writes the file content to the stream.
|
public void write(java.io.OutputStream stream)
Writes the file content to the stream.
write in interface IOutputFilestream - Destination stream.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.