Searched refs:compressedSizeLimit (Results 1 – 2 of 2) sorted by relevance
29 private long compressedSizeLimit; field in BlockInputStream82 compressedSizeLimit = (DecoderUtil.VLI_MAX & ~3) in BlockInputStream()91 || compressedSizeInHeader > compressedSizeLimit) in BlockInputStream()94 compressedSizeLimit = compressedSizeInHeader; in BlockInputStream()140 if (compressedSizeFromIndex > compressedSizeLimit in BlockInputStream()156 compressedSizeLimit = compressedSizeFromIndex; in BlockInputStream()222 || compressedSize > compressedSizeLimit in read()
25 private final long compressedSizeLimit; field in BlockOutputStream84 compressedSizeLimit = (EncoderUtil.VLI_MAX & ~3) in BlockOutputStream()123 if (compressedSize < 0 || compressedSize > compressedSizeLimit in validate()