mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Changed the root package from net.sf.briar to org.briarproject.
This commit is contained in:
9
briar-api/src/org/briarproject/api/system/FileUtils.java
Normal file
9
briar-api/src/org/briarproject/api/system/FileUtils.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.briarproject.api.system;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
public interface FileUtils {
|
||||
|
||||
long getFreeSpace(File f) throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user