java.lang.Object
org.apache.commons.imaging.internal.Debug

public final class Debug extends Object
Internal-only debug class. Used for collecting extra information when parsing or modifying images or metadata. These methods are useful for troubleshooting and issue analysis, but this should not be used directly by end-users, nor extended in any way. This may change or be removed at any time.
  • Field Details

  • Constructor Details

    • Debug

      private Debug()
  • Method Details

    • debug

      public static void debug(String message)
    • debug

      public static void debug()
    • getDebug

      private static String getDebug(String message, int[] v)
    • getDebug

      private static String getDebug(String message, byte[] v)
    • getDebug

      private static String getDebug(String message, byte[] v, int max)
    • getDebug

      private static String getDebug(String message, char[] v)
    • debug

      private static void debug(String message, Map<?,?> map)
    • getDebug

      private static String getDebug(String message, Map<?,?> map)
    • byteQuadToString

      private static String byteQuadToString(int bytequad)
    • debug

      public static void debug(String message, Object value)
    • debug

      private static void debug(String message, byte[] v)
    • debug

      private static void debug(String message, char[] v)
    • debug

      private static void debug(String message, Calendar value)
    • debug

      private static void debug(String message, Date value)
    • debug

      private static void debug(String message, File file)
    • debug

      private static void debug(String message, ICC_Profile value)
    • debug

      private static void debug(String message, int[] v)
    • debug

      private static void debug(String message, List<?> v)
    • debug

      private static void debug(String message, String value)
    • debug

      public static void debug(Throwable e)
    • debug

      public static void debug(Throwable e, int value)
    • getDebug

      private static String getDebug(Throwable e)
    • getDebug

      private static String getDebug(Throwable e, int max)
    • getStackTrace

      private static String getStackTrace(Throwable e, int limit)
    • getStackTrace

      private static String getStackTrace(Throwable e, int limit, int skip)