|
Pol
Revision:cb584c9
|
#include <uop.h>
Inheritance diagram for uop_t::file_t:Public Member Functions | |
| file_t (kaitai::kstream *p__io, uop_t::block_body_t *p__parent=0, uop_t *p__root=0) | |
| ~file_t () | |
| kaitai::kstream * | _io__raw_data () const |
| bool | _is_null_data () |
| uop_t::block_body_t * | _parent () const |
| std::string | _raw_data () const |
| uop_t * | _root () const |
| uint32_t | adler32 () const |
| uint32_t | compressed_size () const |
| compression_type_t | compression_type () const |
| data_header_v5_t * | data () |
| uint64_t | dataaddr () const |
| uint32_t | decompressed_size () const |
| uint32_t | file_len () const |
| uint64_t | filehash () const |
Private Member Functions | |
| void | _read () |
Private Attributes | |
| bool | f_data |
| kaitai::kstream * | m__io__raw_data |
| uop_t::block_body_t * | m__parent |
| std::string | m__raw_data |
| uop_t * | m__root |
| uint32_t | m_adler32 |
| uint32_t | m_compressed_size |
| compression_type_t | m_compression_type |
| data_header_v5_t * | m_data |
| uint64_t | m_dataaddr |
| uint32_t | m_decompressed_size |
| uint32_t | m_file_len |
| uint64_t | m_filehash |
| bool | n_data |
| uop_t::file_t::file_t | ( | kaitai::kstream * | p__io, |
| uop_t::block_body_t * | p__parent = 0, |
||
| uop_t * | p__root = 0 |
||
| ) |
| uop_t::file_t::~file_t | ( | ) |
|
inline |
|
inline |
Definition at line 206 of file uop.h.
References uop_t::block_addr_t::m__parent.
|
private |
Definition at line 123 of file uop.cpp.
References m_adler32, m_compressed_size, m_compression_type, m_dataaddr, m_decompressed_size, m_file_len, and m_filehash.
Referenced by file_t().
|
inline |
Definition at line 205 of file uop.h.
References uop_t::block_addr_t::m__root.
|
inline |
|
inline |
| uop_t::data_header_v5_t * uop_t::file_t::data | ( | ) |
Definition at line 140 of file uop.cpp.
References compressed_size(), dataaddr(), f_data, file_len(), m__io__raw_data, m__raw_data, m__root, m_data, and n_data.
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |