package com.sprintwind.packetcapturetool; public interface ByteInitializer { public int initWithByteArray(byte[] array, int start); }