Class NuFileArchive


  • public class NuFileArchive
    extends java.lang.Object
    Basic reading of a NuFX archive.
    • 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
    • Constructor Detail

      • NuFileArchive

        public NuFileArchive​(java.io.InputStream inputStream)
                      throws java.io.IOException
        Read in the NuFile/NuFX/Shrinkit archive.
        Throws:
        java.io.IOException
    • Method Detail

      • getArchiveSize

        public long getArchiveSize()
        Returns:
        long size in bytes of the archive
      • getHeaderBlocks

        public java.util.List<HeaderBlock> getHeaderBlocks()