public interface UndoLogParser
| Modifier and Type | Method and Description |
|---|---|
BranchUndoLog |
decode(byte[] bytes)
Decode byte array to branch undo log.
|
byte[] |
encode(BranchUndoLog branchUndoLog)
Encode branch undo log to byte array.
|
byte[] |
getDefaultContent()
Get default context of this parser
|
String |
getName()
Get the name of parser;
|
String getName()
byte[] getDefaultContent()
byte[] encode(BranchUndoLog branchUndoLog)
branchUndoLog - the branch undo logBranchUndoLog decode(byte[] bytes)
bytes - the byte arrayCopyright © 2024 Apache. All rights reserved.