55565758596061
return new JSONBufferPacker(this, bufferSize); } @Override public Unpacker createUnpacker(InputStream stream) { return new JSONUnpacker(this, stream); }