chars[i] = '_';
}
}
this.name = new String(chars);
this.maxDataLength = maxDataLength;
this.wireFormat = new DefaultWireFormat();
this.container = new DataContainer(dir, this.name, maxBlockSize);
//as the DataContainer is temporary, clean-up any old files
this.container.deleteAll();
}