link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.tridium.platform.archive;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public interface FileArchive {
|
||||
void close();
|
||||
|
||||
void writeFile(File file, String str);
|
||||
}
|
||||
Reference in New Issue
Block a user