Package com.google.inject.servlet
Class ServletUtils.ByteAccumulator
- java.lang.Object
-
- com.google.inject.servlet.ServletUtils.ByteAccumulator
-
- Enclosing class:
- ServletUtils
private static class ServletUtils.ByteAccumulator extends java.lang.ObjectAccumulates byte sequences while decoding strings, and encodes them into a StringBuilder.
-
-
Constructor Summary
Constructors Constructor Description ByteAccumulator(int capacity, java.nio.charset.Charset encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidappend(byte b)(package private) voiddumpTo(java.lang.StringBuilder dest)private voidensureCapacity(int minCapacity)(package private) booleanisEmpty()
-