Метод | Описание | |
---|---|---|
AnalyzeChunking ( |
This method is used to analyze the chunk.
|
|
Chunking ( ) : List |
This method is used to chunk the file data.
|
|
ZipFilesChunking ( byte fileContent ) : System |
Initializes a new instance of the ZipFilesChunking class
|
Метод | Описание | |
---|---|---|
AnalyzeFileHeader ( byte content, int index, byte &dataFileSignature ) : byte[] |
This method is used to analyze the zip file header.
|
|
GetCompressedSize ( byte dataFileSignature ) : ulong |
This method is used to get the compressed size value from the data file signature.
|
|
GetDataFileSignature ( byte array ) : |
Get the signature for data file.
|
|
GetSHA1Signature ( byte array ) : |
Get signature with SHA1 algorithm.
|
|
GetSingleChunkSignature ( byte header, byte dataFile ) : |
Get the signature for single chunk.
|
|
GetSubChunkList ( byte chunkData ) : List |
Convert chunk data to IntermediateNodeObject from byte array.
|
|
GetSubChunkSignature ( ) : |
Get the signature for sub chunk.
|
public AnalyzeChunking ( |
||
rootNode | Specify the root node object which will be analyzed. | |
site | ITestSite | Specify the ITestSite instance. |
Результат | void |
public ZipFilesChunking ( byte fileContent ) : System | ||
fileContent | byte | The content of the file. |
Результат | System |