Package com.nt.udc.ndk.nplhooks
Class StringMethodHandlerImpl
java.lang.Object
com.nt.udc.ndk.nplhooks.StringMethodHandlerImpl
- All Implemented Interfaces:
IDCMethodHandler
,StringMethodHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytes2string
(BytesField inputBytes, StringField separatorString) bytes2string
(BytesField inputBytes, StringField separatorString, IntField nBytesPerValue) bytes2tbcdstring
(BytesField inputBytes) lastIndexOf
(StringField inputString, StringField patternString) nextWhitespace
(StringField inputString) trim
(StringField inputString) trimLeft
(StringField inputString) trimRight
(StringField inputString)
-
Constructor Details
-
StringMethodHandlerImpl
public StringMethodHandlerImpl()
-
-
Method Details
-
trimLeft
- Specified by:
trimLeft
in interfaceStringMethodHandler
-
trimRight
- Specified by:
trimRight
in interfaceStringMethodHandler
-
trim
- Specified by:
trim
in interfaceStringMethodHandler
-
nextWhitespace
- Specified by:
nextWhitespace
in interfaceStringMethodHandler
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceStringMethodHandler
-
bytes2string
- Specified by:
bytes2string
in interfaceStringMethodHandler
-
bytes2string
public StringField bytes2string(BytesField inputBytes, StringField separatorString, IntField nBytesPerValue) - Specified by:
bytes2string
in interfaceStringMethodHandler
-
bytes2tbcdstring
- Specified by:
bytes2tbcdstring
in interfaceStringMethodHandler
-