OutputFile

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IOutputFile

public abstract class OutputFile implements IOutputFile

Represents an output file.

Constructors

ConstructorDescription
OutputFile()

Methods

MethodDescription
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:

ParameterTypeDescription
streamjava.io.OutputStreamDestination stream.