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