Class Summary |
ActiveAuditInfo<Handle,Identifier extends RawSerializable> |
|
ActiveInvestigationInfo<Handle> |
Here we remember calls to investigate() that have not been resolved yet |
AuditProtocolImpl<Handle extends RawSerializable,Identifier extends RawSerializable> |
|
EvidenceToolImpl<Handle extends RawSerializable,Identifier extends RawSerializable> |
|
LogSnippet |
long long firstSeq
byte extInfoLen
[extInfo follows]
hash baseHash
--entry begin-- // 1 or more of these entries follow
char type
char sizeCode // 0=hashed, 1-FD=size, FE=32-bit size follows, FF=16-bit size follows
{short/int size}
char content[]
char nextSeqCode // 0=+1, 1=(idx=0,us+=1), 2=(idx=0,us+=2), ..., FF=full seq [does not exist for the last one]
{long long seq}
--entry end-- |
SnippetEntry |
--entry begin-- // 1 or more of these entries follow
char type
char sizeCode // 0=hashed, 1-FD=size, FE=32-bit size follows, FF=16-bit size follows
{short/int size}
char content[]
char nextSeqCode // 0=+1, 1=(idx=0,us+=1), 2=(idx=0,us+=2), ..., FF=full seq [does not exist for the last one]
{long long seq}
--entry end-- |