Package me.saro.commons.bytes.fd
Class FixedMethodTextType
- java.lang.Object
-
- me.saro.commons.bytes.fd.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.StringnewString(byte[] bytes, int[] fi, java.lang.String charset, boolean emptyIsNull)FixedMethodConsumertoBytes(java.lang.reflect.Method method)byte[]toBytes(java.lang.String text, java.lang.String charset)FixedMethodConsumertoClass(java.lang.reflect.Method method)
-
-
-
Method Detail
-
toBytes
public FixedMethodConsumer toBytes(java.lang.reflect.Method method)
- Specified by:
toBytesin interfaceFixedMethod
-
toClass
public FixedMethodConsumer toClass(java.lang.reflect.Method method)
- Specified by:
toClassin interfaceFixedMethod
-
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)
-
-