Package com.webcodepro.shrinkit
Class NuFileArchive
java.lang.Object
com.webcodepro.shrinkit.NuFileArchive
Basic reading of a NuFX archive.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Need to enumerate some basic sub-types of archives.static final int
static final String
-
Constructor Summary
ConstructorsConstructorDescriptionNuFileArchive
(InputStream inputStream) Read in the NuFile/NuFX/Shrinkit archive. -
Method Summary
Modifier and TypeMethodDescriptionlong
-
Field Details
-
VERSION
-
NUFILE_ARCHIVE
public static final int NUFILE_ARCHIVENeed to enumerate some basic sub-types of archives.- See Also:
-
NUFX_ARCHIVE
public static final int NUFX_ARCHIVE- See Also:
-
BXY_ARCHIVE
public static final int BXY_ARCHIVE- See Also:
-
-
Constructor Details
-
NuFileArchive
Read in the NuFile/NuFX/Shrinkit archive.- Throws:
IOException
-
-
Method Details
-
getArchiveSize
public long getArchiveSize()- Returns:
- long size in bytes of the archive
-
getMasterHeaderBlock
-
getHeaderBlocks
-