4445464748495051
private String contentType; private boolean chunked; public OutputBuffer(int initialCapacity) { super(); this.buffer = new ByteArrayBuffer(initialCapacity); this.contentType = "text/xml"; }