46474849505152
@Before public void createFileBuffers() { os = new ByteArrayOutputStream(); startKey = new SortKey(); testKey = new Key ((Persistit)null); writer = new KeyWriter(os); }
666768697071727374
@Before public void createFileBuffers() { schema = new Schema(ais()); os = new ByteArrayOutputStream(); startKey = new SortKey(); writer = new KeyWriter(os); bindRows = new ArrayList<>(); }