Exemplo n.º 1
0
 protected void engineUpdate(byte input[], int offset, int len) {
   core.update(input, offset, len);
 }
Exemplo n.º 2
0
 protected void engineUpdate(ByteBuffer input) {
   core.update(input);
 }
Exemplo n.º 3
0
 protected void engineUpdate(byte input) {
   core.update(input);
 }