Class jxlatte.Demuxer

java.lang.Object
gov.nih.mipav.model.file.jxlatte.Demuxer
All Implemented Interfaces:
jxlatte.ExceptionalSupplier<byte[]>, Closeable, AutoCloseable, Supplier<byte[]>
Enclosing class:
jxlatte

public class jxlatte.Demuxer extends Object implements jxlatte.ExceptionalSupplier<byte[]>, Closeable
  • Field Details

    • CONTAINER_SIGNATURE

      private final byte[] CONTAINER_SIGNATURE
    • JXLC

      private final int JXLC
    • JXLP

      private final int JXLP
    • JXLL

      private final int JXLL
    • in

    • level

      private int level
    • foundSignature

      private boolean foundSignature
    • posInBox

      private long posInBox
    • boxSize

      private long boxSize
    • container

      private boolean container
  • Constructor Details

  • Method Details