Class StringDecoder

    • Field Detail

      • charset

        protected java.nio.charset.Charset charset
      • lengthAttribute

        protected final Attribute<java.lang.Integer> lengthAttribute
      • stringTerminateBytes

        protected byte[] stringTerminateBytes
    • Constructor Detail

      • StringDecoder

        public StringDecoder()
      • StringDecoder

        public StringDecoder​(java.lang.String stringTerminator)
      • StringDecoder

        public StringDecoder​(java.nio.charset.Charset charset)
      • StringDecoder

        public StringDecoder​(java.nio.charset.Charset charset,
                             java.lang.String stringTerminator)