ByteBuf.toString

Decodes this buffer's sub-region into a string with the specified character set. This method does not modify {@code readerIndex} or {@code writerIndex} of this buffer.

  1. string toString(Charset charset)
  2. string toString(int index, int length, Charset charset)
    class ByteBuf
    abstract
    string
    toString
    (
    int index
    ,
    int length
    ,
    Charset charset
    )
  3. string toString()

Meta