some more cleanup and performance squeezing

This commit is contained in:
Arndt 2016-08-26 08:40:52 +02:00
parent 12d8cae46f
commit 686d693103
9 changed files with 145 additions and 78 deletions

View file

@ -1,6 +1,6 @@
package btools.util;
public final class ByteArrayUnifier
public final class ByteArrayUnifier implements IByteArrayUnifier
{
private byte[][] byteArrayCache;
private int[] crcCrosscheck;