OpenJPH
Open-source implementation of JPEG2000 Part-15
ojph::outfile_base Class Referenceabstract

#include <ojph_file.h>

Inheritance diagram for ojph::outfile_base:
ojph::j2c_outfile ojph::mem_outfile

Public Member Functions

virtual ~outfile_base ()
 
virtual size_t write (const void *ptr, size_t size)=0
 
virtual si64 tell ()
 
virtual void flush ()
 
virtual void close ()
 

Detailed Description

Definition at line 74 of file ojph_file.h.

Constructor & Destructor Documentation

◆ ~outfile_base()

virtual ojph::outfile_base::~outfile_base ( )
inlinevirtual

Definition at line 78 of file ojph_file.h.

Member Function Documentation

◆ close()

virtual void ojph::outfile_base::close ( )
inlinevirtual

Reimplemented in ojph::j2c_outfile, and ojph::mem_outfile.

Definition at line 83 of file ojph_file.h.

Referenced by ojph::local::codestream::close().

◆ flush()

virtual void ojph::outfile_base::flush ( )
inlinevirtual

Reimplemented in ojph::j2c_outfile.

Definition at line 82 of file ojph_file.h.

◆ tell()

virtual si64 ojph::outfile_base::tell ( )
inlinevirtual

Reimplemented in ojph::j2c_outfile, and ojph::mem_outfile.

Definition at line 81 of file ojph_file.h.

◆ write()


The documentation for this class was generated from the following file: