System.out.println( "Index size: " + store.getSize() + " bytes" );
writeIndex( index, os );
}
catch( Exception e )
{
throw new PackException( e );
}
finally
{
if( os != null ) try{ os.close(); }catch( Exception e ){}
System.out.println( "Compressed size: " + file.length() + " bytes" );