|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnreadableWalletException | |
|---|---|
| com.google.bitcoin.core | |
| com.google.bitcoin.store | |
| Uses of UnreadableWalletException in com.google.bitcoin.core |
|---|
| Methods in com.google.bitcoin.core that throw UnreadableWalletException | |
|---|---|
static Wallet |
Wallet.loadFromFile(File f)
Returns a wallet deserialized from the given file. |
static Wallet |
Wallet.loadFromFileStream(InputStream stream)
Returns a wallet deserialized from the given input stream. |
| Uses of UnreadableWalletException in com.google.bitcoin.store |
|---|
| Methods in com.google.bitcoin.store that throw UnreadableWalletException | |
|---|---|
Wallet |
WalletProtobufSerializer.readWallet(InputStream input)
Parses a wallet from the given stream, using the provided Wallet instance to load data into. |
void |
WalletProtobufSerializer.readWallet(Protos.Wallet walletProto,
Wallet wallet)
Loads wallet data from the given protocol buffer and inserts it into the given Wallet object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||