zis = new ZInputStream( is );
in = new SerializerInputStream( zis );
final int order = in.readInt(); // ToDo: should do something with this?
final byte type = in.readByte();
final boolean caseSensitive = in.readBoolean();
Store rs = null;
boolean burstMode = Store.isBurstMode();
try
{
System.gc();