public static class LineFormatTrait.Configuration extends Object
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
String |
getCharsetName()
Returns the charset name.
|
String |
getCodecName()
Returns the codec name.
|
void |
setCharsetName(String charsetName)
Sets the charset name.
|
void |
setCodecName(String codecName)
Sets the codec name.
|
public String getCharsetName()
public void setCharsetName(String charsetName)
charsetName
- the charset namepublic String getCodecName()
null
if no codecs are specifiedpublic void setCodecName(String codecName)
codecName
- the codec name, or null
to reset itCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.