this.in = checkNotNull(in, "MessageBufferInput is null");
this.config = checkNotNull(config, "Config");
}
public void reset(MessageBufferInput in) throws IOException {
MessageBufferInput newIn = checkNotNull(in, "MessageBufferInput is null");
try {
if(in != newIn) {
close();
}