Package com.webcodepro.shrinkit
Class NuFileArchive
- java.lang.Object
-
- com.webcodepro.shrinkit.NuFileArchive
-
public class NuFileArchive extends java.lang.Object
Basic reading of a NuFX archive.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BXY_ARCHIVE
static int
NUFILE_ARCHIVE
Need to enumerate some basic sub-types of archives.static int
NUFX_ARCHIVE
static java.lang.String
VERSION
-
Constructor Summary
Constructors Constructor Description NuFileArchive(java.io.InputStream inputStream)
Read in the NuFile/NuFX/Shrinkit archive.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getArchiveSize()
java.util.List<HeaderBlock>
getHeaderBlocks()
MasterHeaderBlock
getMasterHeaderBlock()
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
-
NUFILE_ARCHIVE
public static final int NUFILE_ARCHIVE
Need to enumerate some basic sub-types of archives.- See Also:
- Constant Field Values
-
NUFX_ARCHIVE
public static final int NUFX_ARCHIVE
- See Also:
- Constant Field Values
-
BXY_ARCHIVE
public static final int BXY_ARCHIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getArchiveSize
public long getArchiveSize()
- Returns:
- long size in bytes of the archive
-
getMasterHeaderBlock
public MasterHeaderBlock getMasterHeaderBlock()
-
getHeaderBlocks
public java.util.List<HeaderBlock> getHeaderBlocks()
-
-