Package org.aoju.bus.image.galaxy.io
Class ImageEncodingOptions
java.lang.Object
org.aoju.bus.image.galaxy.io.ImageEncodingOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImageEncodingOptionsfinal booleanfinal booleanfinal booleanfinal booleanfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionImageEncodingOptions(boolean groupLength, boolean undefSeqLength, boolean undefEmptySeqLength, boolean undefItemLength, boolean undefEmptyItemLength) -
Method Summary
-
Field Details
-
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)
-