public class TSEncoder extends XMLEncoder
IEncoder for TS file format.XMLEncoder.ParametersESCAPEGT, ESCAPELINEBREAK, ESCAPENBSP, QUOTEMODE, QUOTEMODEDEFINED| Constructor and Description |
|---|
TSEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String text,
EncoderContext context)
Encodes a given text with this encoder.
|
String |
toNative(String propertyName,
String value)
Converts any property values from its standard representation to
the native representation for this encoder.
|
encode, encode, getCharsetEncoder, getEncoding, getLineBreak, getParameters, reset, setOptionspublic String encode(String text, EncoderContext context)
IEncoderencode in interface IEncoderencode in class XMLEncodertext - the text to encode.context - the context of the text: 0=text, 1=skeleton, 2=inline.public String toNative(String propertyName, String value)
IEncodertoNative in interface IEncodertoNative in class XMLEncoderpropertyName - the name of the property.value - the standard value to convert.Copyright © 2021. All rights reserved.