public interface DatabaseReader
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseReader.BuggyAlgoAction |
| Modifier and Type | Method and Description |
|---|---|
Account |
deserializeAccount(InputStream is) |
String |
getExtension() |
List<IncompatibleException> |
getIncompatibleAccounts() |
Database |
read(InputStream i) |
void |
setBuggyAlgoUseAction(DatabaseReader.BuggyAlgoAction action) |
Database read(InputStream i) throws Exception
ExceptionString getExtension()
Account deserializeAccount(InputStream is) throws Exception
Exceptionvoid setBuggyAlgoUseAction(DatabaseReader.BuggyAlgoAction action)
List<IncompatibleException> getIncompatibleAccounts()
Copyright © 2018. All rights reserved.