Ejemplo n.º 1
0
 public ObjectWriterSV(
     StorageChannel file, PagedOidIndex oidIndex, ZooClassDef def, SchemaIndex schemaIndex) {
   this.out = file.getWriter(true);
   this.oidIndex = oidIndex;
   out.setOverflowCallbackWrite(this);
   this.def = def;
   this.headerForWrite = def.getOid();
   this.schemaIndex = schemaIndex;
 }