Interface for writing Seekable Compressed Format (SCF) files.
More...
#include <UT_SCFWriter.h>
Interface for writing Seekable Compressed Format (SCF) files.
Definition at line 25 of file UT_SCFWriter.h.
UT_SCFWriter::~UT_SCFWriter |
( |
| ) |
|
void UT_SCFWriter::close |
( |
| ) |
|
bios::filtering_ostream* UT_SCFWriter::getOutputStream |
( |
const char * |
filename | ) |
|
Retrieves an output stream to write uncompressed data into the file. This is equivalent to open().
- Parameters
-
filename | Filename to write to. |
bios::filtering_ostream* UT_SCFWriter::getOutputStream |
( |
std::ostream * |
outStream | ) |
|
Retrieves an output stream to write uncompressed data into the file. This is equivalent to open().
- Parameters
-
outStream | Stream to write to. |
void UT_SCFWriter::setBlockSize |
( |
exint |
blockSize | ) |
|
Set's the size of each block in the SCF. The default block size is: <TODO: Fill this in with default block size>
Sets the compression type for the compressed blocks section of the SCF.
The documentation for this class was generated from the following file: