Class CodePageString

    • Constructor Detail

      • CodePageString

        public CodePageString()
    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for CodePageString
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for CodePageString
      • getJavaValue

        public java.lang.String getJavaValue​(int codepage)
                                      throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • getSize

        public int getSize()
      • setJavaValue

        public void setJavaValue​(java.lang.String string,
                                 int codepage)
                          throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • write

        public int write​(java.io.OutputStream out)
                  throws java.io.IOException
        Throws:
        java.io.IOException