Interface UTF8StreamDecoder
- 
public interface UTF8StreamDecoderInterface for an external UTF8 Decoder that can be supplied by a client which implements custom decoding logic optimized for the application using the Codec. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdecodeUTF8(java.io.InputStream utf8bytes)Decodes a String from the given UTF8 Bytes. 
 -