Class ImagingConstants


  • public final class ImagingConstants
    extends java.lang.Object
    Defines constants that may be used in passing options to ImageParser read/write implementations, the utility routines implemented in the Imaging class, and throughout the Apache Commons Imaging package. Individual ImageParser implementations may define their own format-specific options.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] EMPTY_BYTE_ARRAY
      Empty byte array.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ImagingConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMPTY_BYTE_ARRAY

        public static final byte[] EMPTY_BYTE_ARRAY
        Empty byte array.
    • Constructor Detail

      • ImagingConstants

        private ImagingConstants()