Class OutputUtils

java.lang.Object
org.apache.jena.atlas.io.OutputUtils

public class OutputUtils extends Object
  • Constructor Details

    • OutputUtils

      public OutputUtils()
  • Method Details

    • printHex

      public static void printHex(StringBuilder out, int x, int width)
      Print the number x in width hex chars. x must fit
    • oneHex

      public static int oneHex(StringBuilder out, int x, int i)
      Print one hex digit of the number
    • printHex

      public static void printHex(Writer out, int x, int width)
      Print the number x in width hex chars. x must fit
    • oneHex

      public static int oneHex(Writer out, int x, int i)
      Print one hex digit of the number
    • printHex

      public static void printHex(AWriter out, int x, int width)
      Print the number x in width hex chars. x must fit
    • oneHex

      public static int oneHex(AWriter out, int x, int i)
      Print one hex digit of the number