Uses of Class
org.eclipse.jgit.transport.PackParser.Source

Packages that use PackParser.Source
org.eclipse.jgit.storage.dfs   
org.eclipse.jgit.storage.file   
org.eclipse.jgit.transport   
 

Uses of PackParser.Source in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type PackParser.Source
protected  void DfsPackParser.onObjectData(PackParser.Source src, byte[] raw, int pos, int len)
           
protected  void DfsPackParser.onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)
           
 

Uses of PackParser.Source in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file with parameters of type PackParser.Source
protected  void ObjectDirectoryPackParser.onObjectData(PackParser.Source src, byte[] raw, int pos, int len)
           
protected  void ObjectDirectoryPackParser.onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)
           
 

Uses of PackParser.Source in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return PackParser.Source
static PackParser.Source PackParser.Source.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PackParser.Source[] PackParser.Source.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.transport with parameters of type PackParser.Source
protected abstract  void PackParser.onObjectData(PackParser.Source src, byte[] raw, int pos, int len)
          Store (and/or checksum) a portion of an object's data.
protected abstract  void PackParser.onObjectHeader(PackParser.Source src, byte[] raw, int pos, int len)
          Store (and/or checksum) an object header.
 



Copyright © 2012. All Rights Reserved.