public class NuFileArchive
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BXY_ARCHIVE |
static int |
NUFILE_ARCHIVE
Need to enumerate some basic sub-types of archives.
|
static int |
NUFX_ARCHIVE |
| Constructor and Description |
|---|
NuFileArchive(java.io.InputStream inputStream)
Read in the NuFile/NuFX/Shrinkit archive.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getArchiveSize() |
java.util.List<HeaderBlock> |
getHeaderBlocks() |
MasterHeaderBlock |
getMasterHeaderBlock() |
public static final int NUFILE_ARCHIVE
public static final int NUFX_ARCHIVE
public static final int BXY_ARCHIVE
public NuFileArchive(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOExceptionpublic long getArchiveSize()
public MasterHeaderBlock getMasterHeaderBlock()
public java.util.List<HeaderBlock> getHeaderBlocks()