public final class SerialisationIdentifiers extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
BLOCK_HEADER
Block identifier for file headers.
|
static byte |
BLOCK_TRANSACTION
Block identifier for transaction information.
|
static char |
FORMAT_VERSION
File format version, will be incremented for each incompatible change.
|
static char |
MAGIC_NUMBER
Magic number in header for file format identification.
|
Constructor and Description |
---|
SerialisationIdentifiers() |
public static final char FORMAT_VERSION
public static final char MAGIC_NUMBER
public static final byte BLOCK_HEADER
public static final byte BLOCK_TRANSACTION
Copyright © 2010–2019 GZoltar. All rights reserved.