Interface CompositeByteBuf.ByteWrapper<T>

Enclosing class:
CompositeByteBuf

static interface CompositeByteBuf.ByteWrapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEmpty(T bytes)
     
    wrap(T bytes)
     
  • Method Details

    • wrap

      ByteBuf wrap(T bytes)
    • isEmpty

      boolean isEmpty(T bytes)