Class ImageEncodingOptions

java.lang.Object
org.aoju.bus.image.galaxy.io.ImageEncodingOptions

public class ImageEncodingOptions extends Object
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

    • DEFAULT

      public static final ImageEncodingOptions DEFAULT
    • groupLength

      public final boolean groupLength
    • undefSequenceLength

      public final boolean undefSequenceLength
    • undefEmptySequenceLength

      public final boolean undefEmptySequenceLength
    • undefItemLength

      public final boolean undefItemLength
    • undefEmptyItemLength

      public final boolean undefEmptyItemLength
  • Constructor Details

    • ImageEncodingOptions

      public ImageEncodingOptions(boolean groupLength, boolean undefSeqLength, boolean undefEmptySeqLength, boolean undefItemLength, boolean undefEmptyItemLength)