OutputFile
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IOutputFile
public abstract class OutputFile implements IOutputFile
Represents an output file.
Constructors
Constructor | Description |
---|---|
OutputFile() |
Methods
Method | Description |
---|---|
write(OutputStream stream) | Writes the file content to the stream. |
OutputFile()
public OutputFile()
write(OutputStream stream)
public void write(OutputStream stream)
Writes the file content to the stream.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | java.io.OutputStream | Destination stream. |