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

Packages that use Protos.Extension
org.bitcoinj.wallet   
 

Uses of Protos.Extension in org.bitcoinj.wallet
 

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

Methods in org.bitcoinj.wallet that return Protos.Extension
 Protos.Extension Protos.Extension.Builder.build()
           
 Protos.Extension Protos.Extension.Builder.buildPartial()
           
static Protos.Extension Protos.Extension.getDefaultInstance()
           
 Protos.Extension Protos.Extension.getDefaultInstanceForType()
           
 Protos.Extension Protos.Extension.Builder.getDefaultInstanceForType()
           
 Protos.Extension Protos.WalletOrBuilder.getExtension(int index)
          repeated .wallet.Extension extension = 10;
 Protos.Extension Protos.Wallet.getExtension(int index)
          repeated .wallet.Extension extension = 10;
 Protos.Extension Protos.Wallet.Builder.getExtension(int index)
          repeated .wallet.Extension extension = 10;
static Protos.Extension Protos.Extension.parseDelimitedFrom(InputStream input)
           
static Protos.Extension Protos.Extension.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Extension Protos.Extension.parseFrom(byte[] data)
           
static Protos.Extension Protos.Extension.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Extension Protos.Extension.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Extension Protos.Extension.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Extension Protos.Extension.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Extension Protos.Extension.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Extension Protos.Extension.parseFrom(InputStream input)
           
static Protos.Extension Protos.Extension.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Extension
 List<Protos.Extension> Protos.WalletOrBuilder.getExtensionList()
          repeated .wallet.Extension extension = 10;
 List<Protos.Extension> Protos.Wallet.getExtensionList()
          repeated .wallet.Extension extension = 10;
 List<Protos.Extension> Protos.Wallet.Builder.getExtensionList()
          repeated .wallet.Extension extension = 10;
 com.google.protobuf.Parser<Protos.Extension> Protos.Extension.getParserForType()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Extension
 Protos.Wallet.Builder Protos.Wallet.Builder.addExtension(int index, Protos.Extension value)
          repeated .wallet.Extension extension = 10;
 Protos.Wallet.Builder Protos.Wallet.Builder.addExtension(Protos.Extension value)
          repeated .wallet.Extension extension = 10;
 Protos.Extension.Builder Protos.Extension.Builder.mergeFrom(Protos.Extension other)
           
static Protos.Extension.Builder Protos.Extension.newBuilder(Protos.Extension prototype)
           
 Protos.Wallet.Builder Protos.Wallet.Builder.setExtension(int index, Protos.Extension value)
          repeated .wallet.Extension extension = 10;
 

Method parameters in org.bitcoinj.wallet with type arguments of type Protos.Extension
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllExtension(Iterable<? extends Protos.Extension> values)
          repeated .wallet.Extension extension = 10;
 



Copyright © 2014. All rights reserved.