Interface StreamingCharsetDecoderInstance


public interface StreamingCharsetDecoderInstance
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.util.Try<String>
    decode(akka.util.ByteString bytes, boolean endOfInput)
     
  • Method Details

    • decode

      scala.util.Try<String> decode(akka.util.ByteString bytes, boolean endOfInput)