Grok  10.0.3
Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | List of all members
GrkCodec Struct Reference

Public Member Functions

 GrkCodec (grk_stream *stream)
 
 ~GrkCodec ()
 
grk_codecgetWrapper (void)
 

Static Public Member Functions

static GrkCodecgetImpl (grk_codec *codec)
 

Public Attributes

grk_object obj
 
ICodeStreamCompresscompressor_
 
ICodeStreamDecompressdecompressor_
 

Private Attributes

grk_streamstream_
 

Constructor & Destructor Documentation

◆ GrkCodec()

GrkCodec::GrkCodec ( grk_stream stream)

References obj, and _grk_object::wrapper.

◆ ~GrkCodec()

GrkCodec::~GrkCodec ( )

Member Function Documentation

◆ getImpl()

static GrkCodec* GrkCodec::getImpl ( grk_codec codec)
inlinestatic

◆ getWrapper()

grk_codec* GrkCodec::getWrapper ( void  )
inline

Member Data Documentation

◆ compressor_

ICodeStreamCompress* GrkCodec::compressor_

Referenced by grk_compress_create(), and ~GrkCodec().

◆ decompressor_

ICodeStreamDecompress* GrkCodec::decompressor_

Referenced by grk_decompress_create(), and ~GrkCodec().

◆ obj

grk_object GrkCodec::obj

◆ stream_

grk_stream* GrkCodec::stream_
private

Referenced by ~GrkCodec().


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