public class ChunkAccumulator extends Object
String
ChunkAccumulator(Charset charset, long maxSize)
void
append(String chunk)
com.google.common.collect.ImmutableList<String>
getChunks()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ChunkAccumulator(Charset charset, long maxSize)
public void append(String chunk)
public com.google.common.collect.ImmutableList<String> getChunks()