private class StructuredFile.DirEntry
extends Object
Modifier and Type | Field and Description |
---|---|
String |
name
Sub-file name
|
int |
segLength
Length of the sub-file
|
int |
segOffset
Absolute file offset of the sub-file's start
|
Constructor and Description |
---|
DirEntry()
Create an empty directory entry
|
DirEntry(PackedByteBuf buf)
Read a directory entry from a PackedByteBuf
|
Modifier and Type | Method and Description |
---|---|
void |
writeTo(PackedByteBuf buf)
Write a directory entry to a PackedByteBuf
|
public String name
public int segOffset
public int segLength
public DirEntry()
public DirEntry(PackedByteBuf buf)
public void writeTo(PackedByteBuf buf)