package btools.util; public interface IByteArrayUnifier { byte[] unify(byte[] ab, int offset, int len); }