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 IOutputFile
stream
- Destination stream.