Class WriterOutputStream.CharsetDecoder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.nio.charset.Charset mCharset  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharsetDecoder​(java.lang.String pCharset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decodeTo​(java.io.Writer pWriter, byte[] pBytes, int pOffset, int pLength)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mCharset

        final java.nio.charset.Charset mCharset
    • Constructor Detail

      • CharsetDecoder

        CharsetDecoder​(java.lang.String pCharset)
    • Method Detail

      • decodeTo

        public void decodeTo​(java.io.Writer pWriter,
                             byte[] pBytes,
                             int pOffset,
                             int pLength)
                      throws java.io.IOException
        Specified by:
        decodeTo in interface WriterOutputStream.Decoder
        Throws:
        java.io.IOException