#include <filereader.hh>
|
typedef LDASTools::AL::filebuf | filebuf |
|
FileWriter::FileWriter |
( |
const char * |
filename, |
|
|
const char * |
tmp_filename = (const char*) NULL |
|
) |
| |
exc: SwigException
param: unsigned int size - size of the buffer to use. If the value
param: const char* filename - The name of the frame file. param: char* buffer - optional buffer for i/o. If the value isparam: const char* tmp_filename - The name of the temporary file. NOTE: exc: SwigException - this is one of:
FileWriter::FileWriter |
( |
const char * |
filename, |
|
|
unsigned int |
size, |
|
|
char * |
buffer = (char*)NULL , |
|
|
bool |
EnableMemoryMappedIO = FrameAPI::EnableMemoryMappedIO , |
|
|
const char * |
tmp_filename = (const char*) NULL |
|
) |
| |
exc: SwigException
param: unsigned int size - size of the buffer to use. If the value
param: const char* filename - The name of the frame file. param: char* buffer - optional buffer for i/o. If the value isparam: const char* tmp_filename - The name of the temporary file. NOTE: exc: SwigException - this is one of:
FileWriter::~FileWriter |
( |
| ) |
|
void FrameFile::finish |
( |
| ) |
|
|
inlineprotectedinherited |
- Todo:
- Need to understand why this causes instability in the frameAPI. Use libumem to quickly raise the issue.
const std::string & FrameFile::GetFilename |
( |
| ) |
const |
|
inlineinherited |
ret: const std::string& - Name of the file
void FileWriter::Rename |
( |
| ) |
|
void FileWriter::ResetMD5Sum |
( |
bool |
CalculateMD5Sum | ) |
|
|
inline |
void FileWriter::WriteFrame |
( |
object_type |
FrameObject, |
|
|
chkSum_type |
FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
|
) |
| |
Write Frame data to the stream.
void FileWriter::WriteFrame |
( |
object_type |
FrameObject, |
|
|
INT_2U |
CompressionScheme, |
|
|
INT_2U |
CompressionLevel, |
|
|
chkSum_type |
FrameChecksumType = FrameCPP::Common::CheckSum::NONE |
|
) |
| |
Write Frame data to the stream.
FrameCPP::Common::FrameBuffer< filebuf >* FrameFile::m_frame_buf |
|
protectedinherited |
The documentation for this class was generated from the following files: