Searched refs:BYTE_ZEROES (Results 1 – 1 of 1) sorted by relevance
19 private static final byte[] BYTE_ZEROES = new byte[1024]; field in Utils37 System.arraycopy(BYTE_ZEROES, 0, dest, cursor, step); in fillBytesWithZeroes()