Package | Description |
---|---|
com.google.bitcoin.core | |
com.google.bitcoin.store |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.