org.eclipse.jgit.storage.dfs
Class DfsPackFile

java.lang.Object
  extended by org.eclipse.jgit.storage.dfs.DfsPackFile

public final class DfsPackFile
extends Object

A Git version 2 pack file representation. A pack file contains Git objects in delta packed format yielding high compression of lots of object where some objects are similar.


Method Summary
 void close()
          Release all memory used by this DfsPackFile instance.
 long getCachedSize()
           
 DfsPackDescription getPackDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPackDescription

public DfsPackDescription getPackDescription()
Returns:
description that was originally used to configure this pack file.

getCachedSize

public long getCachedSize()
Returns:
bytes cached in memory for this pack, excluding the index.

close

public void close()
Release all memory used by this DfsPackFile instance.



Copyright © 2012. All Rights Reserved.