Class StringCodecUtils
java.lang.Object
org.aksw.commons.codec.string.util.StringCodecUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityCodec<String> createCodec(String quoteChar, String... dequoteChars) Create a string codec that encodes strings by prepending and appending a given quoteChar and which can decode by removing a certain set of given quote chars.
-
Constructor Details
-
StringCodecUtils
public StringCodecUtils()
-
-
Method Details
-
createCodec
Create a string codec that encodes strings by prepending and appending a given quoteChar and which can decode by removing a certain set of given quote chars.- Parameters:
quoteChar-dequoteChars-- Returns:
-