Package com.google.code.yanf4j.core.impl
Class TextLineCodecFactory
java.lang.Object
com.google.code.yanf4j.core.impl.TextLineCodecFactory
- All Implemented Interfaces:
CodecFactory
Text line codec factory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
(package private) class
Nested classes/interfaces inherited from interface com.google.code.yanf4j.core.CodecFactory
CodecFactory.Decoder, CodecFactory.Encoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Charset
private CodecFactory.Decoder
static final String
private CodecFactory.Encoder
static final IoBuffer
private static final ByteBufferMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
SPLIT
-
SPLIT_PATTERN
-
DEFAULT_CHARSET_NAME
- See Also:
-
charset
-
decoder
-
encoder
-
-
Constructor Details
-
TextLineCodecFactory
public TextLineCodecFactory() -
TextLineCodecFactory
-
-
Method Details
-
getDecoder
- Specified by:
getDecoder
in interfaceCodecFactory
-
getEncoder
- Specified by:
getEncoder
in interfaceCodecFactory
-