Searched refs:compressedDataLength (Results 1 – 1 of 1) sorted by relevance
262 int compressedDataLength = compresser.deflate(output); in insertSubStorage() local264 byte[] compressedBytes = new byte[compressedDataLength]; in insertSubStorage()265 for (int i = 0; i < compressedDataLength; i++) { in insertSubStorage()