Interface StreamingCharsetDecoderInstance


  • public interface StreamingCharsetDecoderInstance
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      scala.util.Try<java.lang.String> decode​(akka.util.ByteString bytes, boolean endOfInput)  
    • Method Detail

      • decode

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