Searched refs:DEFAULT_BUFFER_RESIZE_FACTOR (Results 1 – 1 of 1) sorted by relevance
53 private static final int DEFAULT_BUFFER_RESIZE_FACTOR = 2; field in Base64Codec375 byte[] b = new byte[buffer.length * DEFAULT_BUFFER_RESIZE_FACTOR]; in resizeBuffer()