Searched refs:BLOCK_HEADER_SIZE_MAX (Results 1 – 3 of 3) sorted by relevance
15 public static final int BLOCK_HEADER_SIZE_MAX = 1024; field in Util
71 if (headerSize > EncoderUtil.BLOCK_HEADER_SIZE_MAX) in BlockOutputStream()
46 byte[] buf = new byte[DecoderUtil.BLOCK_HEADER_SIZE_MAX]; in BlockInputStream()