41 #ifndef subband_byteio_h 42 #define subband_byteio_h ~SubbandByteIO()
Destructor.
Class encapsulating all the metadata relating to a wavelet subband.
Definition: wavelet_utils.h:139
int GetBandDataLength() const
Gets number of bytes in Arith-coded data block.
Subband & m_subband
Sub-band that is inputed/outputed.
Definition: subband_byteio.h:105
int m_band_data_length
Number of bytes in arith-coded data block.
Definition: subband_byteio.h:110
Subband Dirac-bytestream input/output.
Definition: subband_byteio.h:56
const std::string GetBytes()
Gets subband bytes in Dirac-bytestream format.
Definition of class SequenceHeaderByteIO.
Definition: accessunit_byteio.h:51
SubbandByteIO(Subband &sub_band, const ByteIO &byteio)
Constructor.
Class ByteIO - top-level class for reading/writing bytes to a stream.
Definition: byteio.h:72
bool Input()
Inputs data from Dirac stream-format.