public class DirectoryEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
checksum |
private int |
length |
private int |
offset |
private Table |
table |
private int |
tag |
| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryEntry(java.io.RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChecksum() |
int |
getLength() |
int |
getOffset() |
int |
getTag() |
java.lang.String |
toString() |
private int tag
private int checksum
private int offset
private int length
private Table table