模块 org.redkale
程序包 org.redkale.util

接口 ByteTuple

  • 所有已知实现类:
    ByteArray, JsonBytesWriter

    public interface ByteTuple
    简单的byte[]数据接口。

    详情见: https://redkale.org

    从以下版本开始:
    2.3.0
    作者:
    zhangjx
    • 字段详细资料

    • 方法详细资料

      • content

        byte[] content()
      • offset

        int offset()
      • length

        int length()
      • toArray

        default byte[] toArray()