public class PackResourceMetadata extends Object
Modifier and Type | Field and Description |
---|---|
private Text |
description |
private int |
packFormat |
static PackResourceMetadataReader |
READER |
Constructor and Description |
---|
PackResourceMetadata(Text description,
int format) |
Modifier and Type | Method and Description |
---|---|
Text |
getDescription() |
int |
getPackFormat() |
public static final PackResourceMetadataReader READER
private final Text description
private final int packFormat
public PackResourceMetadata(Text description, int format)
public Text getDescription()
public int getPackFormat()