Searched refs:maxRecordLength (Results 1 – 1 of 1) sorted by relevance
116 public static int getMaxAlphaTagBytes(int maxRecordLength) { in getMaxAlphaTagBytes() argument117 return Math.max(0, maxRecordLength - FOOTER_SIZE_BYTES); in getMaxAlphaTagBytes()