IpConfigStore: New constructor to accept writer am: 718df42b23
am: 0ea54a81df
* commit '0ea54a81df8872418712d11a65333d928f0e29f4':
IpConfigStore: New constructor to accept writer
This commit is contained in:
@@ -59,8 +59,12 @@ public class IpConfigStore {
|
||||
|
||||
protected static final int IPCONFIG_FILE_VERSION = 2;
|
||||
|
||||
public IpConfigStore(DelayedDiskWrite writer) {
|
||||
mWriter = writer;
|
||||
}
|
||||
|
||||
public IpConfigStore() {
|
||||
mWriter = new DelayedDiskWrite();
|
||||
this(new DelayedDiskWrite());
|
||||
}
|
||||
|
||||
private boolean writeConfig(DataOutputStream out, int configKey,
|
||||
|
||||
Reference in New Issue
Block a user