Searched refs:encodeSize (Results 1 – 1 of 1) sorted by relevance
172 private final int encodeSize; field in Base64Codec328 this.encodeSize = 4 + lineSeparator.length; in Base64Codec()330 this.encodeSize = 4; in Base64Codec()332 this.decodeSize = this.encodeSize - 1; in Base64Codec()459 if (buffer == null || buffer.length - pos < encodeSize) { in encode()489 if (buffer == null || buffer.length - pos < encodeSize) { in encode()