Uses of Class
org.bitcoinj.wallet.Protos.Wallet

Packages that use Protos.Wallet
com.google.bitcoin.store   
org.bitcoinj.wallet   
 

Uses of Protos.Wallet in com.google.bitcoin.store
 

Methods in com.google.bitcoin.store that return Protos.Wallet
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.
 

Methods in com.google.bitcoin.store with parameters of type Protos.Wallet
 void WalletProtobufSerializer.readWallet(Protos.Wallet walletProto, Wallet wallet)
          Loads wallet data from the given protocol buffer and inserts it into the given Wallet object.
 

Uses of Protos.Wallet in org.bitcoinj.wallet
 

Fields in org.bitcoinj.wallet with type parameters of type Protos.Wallet
static com.google.protobuf.Parser<Protos.Wallet> Protos.Wallet.PARSER
           
 

Methods in org.bitcoinj.wallet that return Protos.Wallet
 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)
           
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Wallet
 com.google.protobuf.Parser<Protos.Wallet> Protos.Wallet.getParserForType()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Wallet
 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.