Uses of Class
org.eclipse.jgit.storage.pack.PackExt

Packages that use PackExt
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
org.eclipse.jgit.storage.pack Reading/writing Git pack files. 
 

Uses of PackExt in org.eclipse.jgit.storage.dfs
 

Methods in org.eclipse.jgit.storage.dfs with parameters of type PackExt
 String DfsPackDescription.getFileName(PackExt ext)
           
 long DfsPackDescription.getFileSize(PackExt ext)
           
protected abstract  ReadableChannel DfsObjDatabase.openFile(DfsPackDescription desc, PackExt ext)
          Open a pack, pack index, or other related file for reading.
 DfsPackDescription DfsPackDescription.setFileSize(PackExt ext, long bytes)
           
protected abstract  DfsOutputStream DfsObjDatabase.writeFile(DfsPackDescription desc, PackExt ext)
          Open a pack, pack index, or other related file for writing.
 

Uses of PackExt in org.eclipse.jgit.storage.pack
 

Fields in org.eclipse.jgit.storage.pack declared as PackExt
static PackExt PackExt.INDEX
          A pack index file extension.
static PackExt PackExt.PACK
          A pack file extension.
 



Copyright © 2013. All Rights Reserved.