423424425426427428429430431
return this.inbuffer; } public ContentOutputBuffer getOutbuffer() { if (this.outbuffer == null) { this.outbuffer = new SimpleOutputBuffer(2048, allocator); } return this.outbuffer; }
403404405406407408409410411
410411412413414415416417418