public class Header
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
MAGIC_BYTES |
static int |
SIZE
The header size.
|
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asBytes() |
byte[] |
getMagicBytes() |
long |
getTimestamp() |
boolean |
isValid() |
void |
setMagicBytes(byte[] magicBytes) |
void |
setTimestamp(long timestamp) |