Class Parameters

    • Constructor Detail

      • Parameters

        public Parameters()
    • Method Detail

      • getUnescapeNCR

        public boolean getUnescapeNCR()
      • setUnescapeNCR

        public void setUnescapeNCR​(boolean unescapeNCR)
      • getUnescapeCER

        public boolean getUnescapeCER()
      • setUnescapeCER

        public void setUnescapeCER​(boolean unescapeCER)
      • getUnescapeJava

        public boolean getUnescapeJava()
      • setUnescapeJava

        public void setUnescapeJava​(boolean unescapeJava)
      • getEscapeAll

        public boolean getEscapeAll()
      • setEscapeAll

        public void setEscapeAll​(boolean escapeAll)
      • getEscapeNotation

        public int getEscapeNotation()
      • setEscapeNotation

        public void setEscapeNotation​(int escapeNotation)
      • getUserFormat

        public String getUserFormat()
      • setUserFormat

        public void setUserFormat​(String userFormat)
      • getUseBytes

        public boolean getUseBytes()
      • setUseBytes

        public void setUseBytes​(boolean useBytes)
      • getBOMonUTF8

        public boolean getBOMonUTF8()
      • setBOMonUTF8

        public void setBOMonUTF8​(boolean bOMonUTF8)
      • getReportUnsupported

        public boolean getReportUnsupported()
      • setReportUnsupported

        public void setReportUnsupported​(boolean reportUnsupported)
      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters