Class RbelArrayUtils


  • public class RbelArrayUtils
    extends Object
    • 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)