Class RbelArrayUtils


  • public class RbelArrayUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int indexOf​(byte[] outerArray, byte[] smallerArray, int searchOffset)  
      static byte[] sliceArrayAtMarker​(byte[] array, byte[] marker, int searchOffset)  
      static boolean startsWith​(byte[] array, byte[] prefix)  
      • Methods inherited from class java.lang.Object

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

      • startsWith

        public static boolean startsWith​(byte[] array,
                                         byte[] prefix)
      • sliceArrayAtMarker

        public static byte[] sliceArrayAtMarker​(byte[] array,
                                                byte[] marker,
                                                int searchOffset)
      • indexOf

        public static int indexOf​(byte[] outerArray,
                                  byte[] smallerArray,
                                  int searchOffset)