|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectStructuredFile.DirEntry
private class StructuredFile.DirEntry
A single entry in a Directory
| Field Summary | |
|---|---|
String |
name
Sub-file name |
int |
segLength
Length of the sub-file |
int |
segOffset
Absolute file offset of the sub-file's start |
| Constructor Summary | |
|---|---|
StructuredFile.DirEntry()
Create an empty directory entry |
|
StructuredFile.DirEntry(PackedByteBuf buf)
Read a directory entry from a PackedByteBuf |
|
| Method Summary | |
|---|---|
void |
writeTo(PackedByteBuf buf)
Write a directory entry to a PackedByteBuf |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public int segOffset
public int segLength
| Constructor Detail |
|---|
public StructuredFile.DirEntry()
public StructuredFile.DirEntry(PackedByteBuf buf)
| Method Detail |
|---|
public void writeTo(PackedByteBuf buf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||