Home
last modified time | relevance | path

Searched refs:encodeSize (Results 1 – 1 of 1) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java172 private final int encodeSize; field in Base64Codec
328 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()