public class CsvEncoder extends DefaultEncoder
| Constructor and Description |
|---|
CsvEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(char value,
EncoderContext context)
Encodes a given character with this encoding.
|
String |
encode(int value,
EncoderContext context)
Encodes a given code-point with this encoding.
|
String |
encode(String text,
EncoderContext context)
Encodes a given text with this encoder.
|
getCharsetEncoder, getEncoding, getLineBreak, getParameters, reset, setOptions, toNativepublic String encode(String text, EncoderContext context)
IEncoderencode in interface IEncoderencode in class DefaultEncodertext - the text to encode.context - the context of the text: 0=text, 1=skeleton, 2=inline.public String encode(char value, EncoderContext context)
IEncoderencode in interface IEncoderencode in class DefaultEncodervalue - the character to encode.context - the context of the character: 0=text, 1=skeleton, 2=inline.public String encode(int value, EncoderContext context)
IEncoderencode in interface IEncoderencode in class DefaultEncodervalue - the code-point to encode.context - the context of the character: 0=text, 1=skeleton, 2=inline.Copyright © 2021. All rights reserved.