Uses of Class
com.google.bitcoin.core.BlockStoreException

Packages that use BlockStoreException
com.google.bitcoin.core   
 

Uses of BlockStoreException in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that throw BlockStoreException
 StoredBlock DiskBlockStore.get(byte[] hash)
           
 StoredBlock BoundedOverheadBlockStore.get(byte[] hashBytes)
           
 StoredBlock MemoryBlockStore.get(byte[] hash)
           
 StoredBlock BlockStore.get(byte[] hash)
          Returns the StoredBlock given a hash.
 StoredBlock DiskBlockStore.getChainHead()
           
 StoredBlock BoundedOverheadBlockStore.getChainHead()
           
 StoredBlock BlockStore.getChainHead()
          Returns the StoredBlock that represents the top of the chain of greatest total work.
 StoredBlock StoredBlock.getPrev(BlockStore store)
          Given a block store, looks up the previous block in this chain.
 void DiskBlockStore.put(StoredBlock block)
           
 void BoundedOverheadBlockStore.put(StoredBlock block)
           
 void MemoryBlockStore.put(StoredBlock block)
           
 void BlockStore.put(StoredBlock block)
          Saves the given block header+extra data.
 void DiskBlockStore.setChainHead(StoredBlock chainHead)
           
 void BoundedOverheadBlockStore.setChainHead(StoredBlock chainHead)
           
 void MemoryBlockStore.setChainHead(StoredBlock chainHead)
           
 void BlockStore.setChainHead(StoredBlock chainHead)
          Sets the StoredBlock that represents the top of the chain of greatest total work.
 

Constructors in com.google.bitcoin.core that throw BlockStoreException
BoundedOverheadBlockStore(NetworkParameters params, File file)
           
DiskBlockStore(NetworkParameters params, File file)
           
 



Copyright © 2011. All Rights Reserved.