Package com.google.code.yanf4j.core.impl
Class TextLineCodecFactory
- java.lang.Object
-
- com.google.code.yanf4j.core.impl.TextLineCodecFactory
-
- All Implemented Interfaces:
CodecFactory
public class TextLineCodecFactory extends Object implements CodecFactory
Text line codec factory- Author:
- dennis
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.code.yanf4j.core.CodecFactory
CodecFactory.Decoder, CodecFactory.Encoder
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CHARSET_NAMEstatic IoBufferSPLIT
-
Constructor Summary
Constructors Constructor Description TextLineCodecFactory()TextLineCodecFactory(String charsetName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodecFactory.DecodergetDecoder()CodecFactory.EncodergetEncoder()
-
-
-
Field Detail
-
SPLIT
public static final IoBuffer SPLIT
-
DEFAULT_CHARSET_NAME
public static final String DEFAULT_CHARSET_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextLineCodecFactory
public TextLineCodecFactory()
-
TextLineCodecFactory
public TextLineCodecFactory(String charsetName)
-
-
Method Detail
-
getDecoder
public CodecFactory.Decoder getDecoder()
- Specified by:
getDecoderin interfaceCodecFactory
-
getEncoder
public CodecFactory.Encoder getEncoder()
- Specified by:
getEncoderin interfaceCodecFactory
-
-