#include <filereader.hh>
|
typedef LDASTools::AL::filebuf | filebuf |
|
◆ filebuf
◆ FileReader()
exc: SwigException exc: bad_alloc - Memory allocation failed.
- Parameters
-
[in] | filename | The name of the frame file. |
[in] | size | Size of the buffer to use. If the value is zero, then the default size will be used and the buffer parameter will be ignored |
[in] | buffer | Optional buffer for i/o. If the value is (char*)NULL, then the class will allocate and manage a buffer based on size. |
[in] | EnableMemoryMappedIO | True if memory mapped io is to be used |
[in] | VerifyFilename | True if the filename is to be verified against the internal data. |
◆ finish()
void FrameFile::finish |
( |
| ) |
|
|
inlineprotectedinherited |
- Todo:
- Need to understand why this causes instability in the frameAPI. Use libumem to quickly raise the issue.
◆ GetFilename()
const std::string & FrameFile::GetFilename |
( |
| ) |
const |
|
inlineinherited |
ret: const std::string& - Name of the file
◆ m_frame_buf
FrameCPP::Common::FrameBuffer< filebuf >* FrameFile::m_frame_buf |
|
protectedinherited |
The documentation for this class was generated from the following files: