Class WriterOutputStream.StringDecoder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String mCharset  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringDecoder​(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.lang.String mCharset
    • Constructor Detail

      • StringDecoder

        StringDecoder​(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