Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Class and Description |
---|---|
class |
FileChunkReference32
A FileChunkReference32 structure is a file chunk reference where both the position field and the length field are 4 bytes in size.
|
class |
FileChunkReference64
A FileChunkReference64 structure is a file chunk reference where both the position field and the length field are 8 bytes in size.
|
class |
FileChunkReference64X32
A FileChunkReference64x32 structure that specifies a reference to a hashed chunk list.
|
class |
FileNodeChunkReference
It is a file chunk reference that specifies the location in the file and the size of data referenced by a FileNode structure.
|
Modifier and Type | Method and Description |
---|---|
void |
IIntegrityCheckAssistant.addHashedChunkDescriptor(FileChunkReference chunkRef,
byte[] md5Hash) |
void |
IntegrityCheckAssistant.addHashedChunkDescriptor(FileChunkReference chunkRef,
byte[] md5Hash)
Adds MD5 hash for property set.
|
boolean |
FileChunkReference.equals(FileChunkReference other) |
byte[] |
IIntegrityCheckAssistant.getHashedChunkDescriptor(FileChunkReference chunkRef) |
byte[] |
IntegrityCheckAssistant.getHashedChunkDescriptor(FileChunkReference chunkRef)
Gets MD5 hash for property set.
|
static boolean |
FileChunkReference.op_Equality(FileChunkReference reference1,
FileChunkReference reference2)
The ==.
|
static boolean |
FileChunkReference.op_Inequality(FileChunkReference reference1,
FileChunkReference reference2)
The !=.
|
void |
RevisionBinaryFileWriter.write(FileNodeList fileNodeList,
FileChunkReference reference)
The write.
|
Copyright (c) 2016 Aspose. All Rights Reserved.