Class FixedMethodTextType

  • All Implemented Interfaces:
    FixedMethod

    public class FixedMethodTextType
    extends java.lang.Object
    implements FixedMethod
    FixedMethodTextType
    Since:
    4.0.0
    Author:
    PARK Yong Seo
    • Method Summary

      Modifier and Type Method Description
      java.lang.String newString​(byte[] bytes, int[] fi, java.lang.String charset, boolean emptyIsNull)  
      FixedMethodConsumer toBytes​(java.lang.reflect.Method method)  
      byte[] toBytes​(java.lang.String text, java.lang.String charset)  
      FixedMethodConsumer toClass​(java.lang.reflect.Method method)  
      • Methods inherited from class java.lang.Object

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

      • toBytes

        public byte[] toBytes​(java.lang.String text,
                              java.lang.String charset)
      • newString

        public java.lang.String newString​(byte[] bytes,
                                          int[] fi,
                                          java.lang.String charset,
                                          boolean emptyIsNull)