8384858687888990919293
this.position = 0; } public void reset(MessageBufferOutput out) throws IOException { // Validate the argument MessageBufferOutput newOut = checkNotNull(out, "MessageBufferOutput is null"); try { if(this.out != newOut) { this.out.close(); }