com.servingxml.util
Class ByteArrayHelper

java.lang.Object
  extended by com.servingxml.util.ByteArrayHelper

public class ByteArrayHelper
extends java.lang.Object


Constructor Summary
ByteArrayHelper()
           
 
Method Summary
static int startsWith(byte[] buffer, int start, int length, byte[] value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayHelper

public ByteArrayHelper()
Method Detail

startsWith

public static final int startsWith(byte[] buffer,
                                   int start,
                                   int length,
                                   byte[] value)