some more cleanup and performance squeezing
This commit is contained in:
parent
12d8cae46f
commit
686d693103
9 changed files with 145 additions and 78 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package btools.util;
|
||||
|
||||
public interface IByteArrayUnifier
|
||||
{
|
||||
byte[] unify( byte[] ab, int offset, int len );
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue