RAShadowFile.java (hsqldb-2.7.0) | : | RAShadowFile.java (hsqldb-2.7.1) | ||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
import java.io.FileNotFoundException; | import java.io.FileNotFoundException; | |||
import java.io.IOException; | import java.io.IOException; | |||
import org.hsqldb.Database; | import org.hsqldb.Database; | |||
import org.hsqldb.lib.EventLogInterface; | import org.hsqldb.lib.EventLogInterface; | |||
import org.hsqldb.lib.HsqlByteArrayOutputStream; | import org.hsqldb.lib.HsqlByteArrayOutputStream; | |||
import org.hsqldb.lib.InputStreamInterface; | import org.hsqldb.lib.InputStreamInterface; | |||
import org.hsqldb.lib.java.JavaSystem; | import org.hsqldb.lib.java.JavaSystem; | |||
import org.hsqldb.map.BitMap; | import org.hsqldb.map.BitMap; | |||
/* | /** | |||
* Wrapper for random access file for incremental backup of the .data file. | * Wrapper for random access file for incremental backup of the .data file. | |||
* | * | |||
* @author Fred Toussi (fredt@users dot sourceforge.net) | * @author Fred Toussi (fredt@users dot sourceforge.net) | |||
* @version 2.7.0 | * @version 2.7.0 | |||
* @since 1.9.0 | * @since 1.9.0 | |||
*/ | */ | |||
public class RAShadowFile { | public class RAShadowFile { | |||
private static final int headerSize = 12; | private static final int headerSize = 12; | |||
final EventLogInterface logger; | final EventLogInterface logger; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |