Class StringDecoder

    • Field Detail

      • charset

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

      • StringDecoder

        public StringDecoder()
        Creates a new instance with the current system character set.
      • StringDecoder

        public StringDecoder​(java.nio.charset.Charset charset)
        Creates a new instance with the specified character set.