{@link PackWriter} allocates these objects to keep track of theper-object state, and how to load the objects efficiently into the generated stream. Implementers may subclass this type with additional object state, such as to remember what file and offset contains the object's pack encoded data. @param objectId the id of the object that will be packed. @param type the Git type of the object that will be packed. @return a new instance for this object.
|
|
|
|