org.exist.backup
Interface RawDataBackup


public interface RawDataBackup

Callback interface, mainly used by the DataBackup system task to write the raw data files to an archive..


Method Summary
 void closeEntry()
           
 OutputStream newEntry(String name)
           
 

Method Detail

newEntry

OutputStream newEntry(String name)
                      throws IOException
Throws:
IOException

closeEntry

void closeEntry()
                throws IOException
Throws:
IOException


Copyright (C) Wolfgang Meier. All rights reserved.