AbstractByteBuf.getBytes

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias getBytes = ByteBuf.getBytes
  2. ByteBuf getBytes(int index, byte[] dst)
  3. ByteBuf getBytes(int index, ByteBuf dst)
  4. ByteBuf getBytes(int index, ByteBuf dst, int length)
    class AbstractByteBuf
    override
    getBytes

Meta