Class IByteList.IByteListableFromArray

java.lang.Object
org.magicwerk.brownies.collections.primitive.IByteList.IByteListableFromArray
All Implemented Interfaces:
IByteListable
Enclosing class:
IByteList

protected static class IByteList.IByteListableFromArray extends Object implements IByteListable
Wrapper to treat an array as IByteListable.
  • Field Details

    • array

      byte[] array
    • offset

      int offset
    • length

      int length
  • Constructor Details

    • IByteListableFromArray

      IByteListableFromArray(byte[] array)
    • IByteListableFromArray

      IByteListableFromArray(byte[] array, int offset, int length)
  • Method Details