Method | Description | |
---|---|---|
ReadBinaryCompleteSignature ( Stream s ) : |
||
ReadSizeBasedBinarySignature ( Stream s ) : |
Gets SizeBasedCompleteSignature. Format is: first 4 bytes are number of CompleteSig's there are. For each complete sig, the format is 4 bytes, number of entries.
|
|
WriteBinarySizedBasedSignature ( |
public static ReadBinaryCompleteSignature ( Stream s ) : |
||
s | Stream | |
return |
public static ReadSizeBasedBinarySignature ( Stream s ) : |
||
s | Stream | |
return |
public static WriteBinarySizedBasedSignature ( |
||
sig | ||
s | Stream | |
return | void |