| Package | Description |
|---|---|
| com.google.bitcoin.store | |
| org.bitcoinj.wallet |
| Modifier and Type | Method and Description |
|---|---|
static Protos.Wallet |
WalletProtobufSerializer.parseToProto(InputStream input)
Returns the loaded protocol buffer from the given byte stream.
|
Protos.Wallet |
WalletProtobufSerializer.walletToProto(Wallet wallet)
Converts the given wallet to the object representation of the protocol buffers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WalletProtobufSerializer.readWallet(Protos.Wallet walletProto,
Wallet wallet)
Loads wallet data from the given protocol buffer and inserts it into the given Wallet object.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<Protos.Wallet> |
Protos.Wallet.PARSER |
| Modifier and Type | Method and Description |
|---|---|
Protos.Wallet |
Protos.Wallet.Builder.build() |
Protos.Wallet |
Protos.Wallet.Builder.buildPartial() |
static Protos.Wallet |
Protos.Wallet.getDefaultInstance() |
Protos.Wallet |
Protos.Wallet.getDefaultInstanceForType() |
Protos.Wallet |
Protos.Wallet.Builder.getDefaultInstanceForType() |
static Protos.Wallet |
Protos.Wallet.parseDelimitedFrom(InputStream input) |
static Protos.Wallet |
Protos.Wallet.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(byte[] data) |
static Protos.Wallet |
Protos.Wallet.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.ByteString data) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Wallet |
Protos.Wallet.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Wallet |
Protos.Wallet.parseFrom(InputStream input) |
static Protos.Wallet |
Protos.Wallet.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Protos.Wallet> |
Protos.Wallet.getParserForType() |
| Modifier and Type | Method and Description |
|---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.mergeFrom(Protos.Wallet other) |
static Protos.Wallet.Builder |
Protos.Wallet.newBuilder(Protos.Wallet prototype) |
Copyright © 2014. All rights reserved.