com.ibm.as400.access.jdbcClient

Class StringFormatUtil

  • java.lang.Object
    • com.ibm.as400.access.jdbcClient.StringFormatUtil


  • public class StringFormatUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static char[] etoa 
    • Constructor Summary

      Constructors 
      Constructor and Description
      StringFormatUtil() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static char asciiChar(int value) 
      static java.lang.String dumpBytes(byte[] bytes) 
      static char ebcdicChar(int value) 
      static java.lang.String stringArrayContents(java.lang.String[] arg) 
      • Methods inherited from class java.lang.Object

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

      • etoa

        public static char[] etoa
    • Constructor Detail

      • StringFormatUtil

        public StringFormatUtil()
    • Method Detail

      • stringArrayContents

        public static java.lang.String stringArrayContents(java.lang.String[] arg)
      • asciiChar

        public static char asciiChar(int value)
      • ebcdicChar

        public static char ebcdicChar(int value)
      • dumpBytes

        public static java.lang.String dumpBytes(byte[] bytes)