com.google.code.yanf4j.core.impl
Class TextLineCodecFactory

java.lang.Object
  extended by com.google.code.yanf4j.core.impl.TextLineCodecFactory
All Implemented Interfaces:
CodecFactory

public class TextLineCodecFactory
extends java.lang.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
static java.lang.String DEFAULT_CHARSET_NAME
           
static IoBuffer SPLIT
           
 
Constructor Summary
TextLineCodecFactory()
           
TextLineCodecFactory(java.lang.String charsetName)
           
 
Method Summary
 CodecFactory.Decoder getDecoder()
           
 CodecFactory.Encoder getEncoder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPLIT

public static final IoBuffer SPLIT

DEFAULT_CHARSET_NAME

public static final java.lang.String DEFAULT_CHARSET_NAME
See Also:
Constant Field Values
Constructor Detail

TextLineCodecFactory

public TextLineCodecFactory()

TextLineCodecFactory

public TextLineCodecFactory(java.lang.String charsetName)
Method Detail

getDecoder

public CodecFactory.Decoder getDecoder()
Specified by:
getDecoder in interface CodecFactory

getEncoder

public CodecFactory.Encoder getEncoder()
Specified by:
getEncoder in interface CodecFactory


Copyright © 2011. All Rights Reserved.