OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_file.h>
Public Member Functions | |
OJPH_EXPORT | j2c_outfile () |
OJPH_EXPORT | ~j2c_outfile () |
OJPH_EXPORT void | open (const char *filename) |
virtual OJPH_EXPORT size_t | write (const void *ptr, size_t size) |
virtual OJPH_EXPORT si64 | tell () |
virtual OJPH_EXPORT void | flush () |
virtual OJPH_EXPORT void | close () |
![]() | |
virtual | ~outfile_base () |
Private Attributes | |
FILE * | fh |
Definition at line 87 of file ojph_file.h.
|
inline |
Definition at line 91 of file ojph_file.h.
References fh.
|
inline |
Definition at line 93 of file ojph_file.h.
References fh.
|
virtual |
|
virtual |
void ojph::j2c_outfile::open | ( | const char * | filename | ) |
|
virtual |
Reimplemented from ojph::outfile_base.
Definition at line 76 of file ojph_file.cpp.
References fh, and ojph::ojph_ftell().
|
virtual |
|
private |
Definition at line 107 of file ojph_file.h.
Referenced by close(), flush(), j2c_outfile(), open(), tell(), write(), and ~j2c_outfile().