Searched refs:UUID_BYTE_SIZE (Results 1 – 1 of 1) sorted by relevance
434 private static final int UUID_BYTE_SIZE = 16; field in IncrementalStorage447 final ByteBuffer buf = ByteBuffer.wrap(new byte[UUID_BYTE_SIZE]); in idToBytes()461 if (bytes.length != UUID_BYTE_SIZE) { in bytesToId()462 throw new IllegalArgumentException("Expected array of size " + UUID_BYTE_SIZE in bytesToId()