Searched refs:ByteAccumulator (Results 1 – 1 of 1) sorted by relevance
130 ByteAccumulator accumulator = new ByteAccumulator(string.length(), encoding); in lenientDecode()185 private static class ByteAccumulator { class in ServletUtils190 ByteAccumulator(int capacity, Charset encoding) { in ByteAccumulator() method in ServletUtils.ByteAccumulator