public class TarConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BLOCK_SIZE
The tar file block size.
|
static int |
GRAPH_MAGIC
Magic byte sequence at the end of the graph block.
|
public static final int GRAPH_MAGIC
The file is read from the end (the tar file is read from the end: the last entry is the index, then the graph). File format:
public static final int BLOCK_SIZE
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.