Class IByteList.IByteListableFromArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] array  
      (package private) int length  
      (package private) int offset  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte get​(int index)  
      int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • array

        byte[] array
      • offset

        int offset
      • length

        int length
    • Constructor Detail

      • IByteListableFromArray

        IByteListableFromArray​(byte[] array)
      • IByteListableFromArray

        IByteListableFromArray​(byte[] array,
                               int offset,
                               int length)