|
PST File Format SDK v0.4
|
External block definition. More...
#include <disk.h>
Collaboration diagram for pstsdk::disk::external_block< T >:Public Attributes | |
| byte | data [1] |
| Data contained in this block. | |
Static Public Attributes | |
| static const size_t | max_size = max_block_disk_size - sizeof(block_trailer<T>) |
External block definition.
The data contained in an external block is "encrypted" as defined by the crypt_method of the store. The id of an external block never has the block_id_internal_bit set.
| byte pstsdk::disk::external_block< T >::data[1] |
|
static |