public class RevisionStore extends Object implements com.aspose.ms.System.IEquatable<RevisionStore>
Revision store.
Constructor and Description |
---|
RevisionStore(Header header,
TransactionLog transactionLog,
FreeChunkList freeChunkList,
FileNodeList rootFileNodeList,
FileNodeList hashedChunkList)
Initializes a new instance of the
RevisionStore class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
boolean |
equals(RevisionStore other)
The equals.
|
FreeChunkList |
getFreeChunkList()
Gets the free chunk list.
|
FileNodeList |
getHashedChunkList()
Gets the hashed chunk list.
|
Header |
getHeader()
Gets the header.
|
FileNodeList |
getRootFileNodeList()
Gets the root file node list.
|
TransactionLog |
getTransactionLog()
Gets the transaction log.
|
void |
writeToStream(OutputStream stream)
The write to stream.
|
public RevisionStore(Header header, TransactionLog transactionLog, FreeChunkList freeChunkList, FileNodeList rootFileNodeList, FileNodeList hashedChunkList)
Initializes a new instance of the RevisionStore
class.
header
- The header.transactionLog
- The transaction log.freeChunkList
- The free chunk list.rootFileNodeList
- The root file node list.hashedChunkList
- The hashed chunk list.public Header getHeader()
Gets the header.
public TransactionLog getTransactionLog()
Gets the transaction log.
public FreeChunkList getFreeChunkList()
Gets the free chunk list.
public FileNodeList getHashedChunkList()
Gets the hashed chunk list.
public FileNodeList getRootFileNodeList()
Gets the root file node list.
public boolean equals(RevisionStore other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<RevisionStore>
equals
in class Object
public void writeToStream(OutputStream stream) throws IOException
The write to stream.
stream
- The stream.IOException
Copyright (c) 2017 Aspose. All Rights Reserved.