TextLineCodec

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

getDecoder
Decoder getDecoder()
Undocumented in source. Be warned that the author may not have intended to support it.
getEncoder
Encoder getEncoder()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Codec

getEncoder
Encoder getEncoder()

Returns a new (or reusable) instance of {@link Encoder} which encodes message objects into binary or -specific data.

getDecoder
Decoder getDecoder()

Returns a new (or reusable) instance of {@link Decoder} which decodes binary or -specific data into message objects.

Meta