Property | Type | Description | |
---|---|---|---|
INFO_REFS | string |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
close ( ) : void | ||
deleteFile ( string path ) : void | ||
deleteRef ( string name ) : void | ||
deleteRefLog ( string name ) : void | ||
getAlternates ( ) : List |
||
getPackNames ( ) : List |
||
getURI ( ) : |
||
open ( string path ) : Stream | ||
openAlternate ( string location ) : |
||
openReader ( string path ) : |
||
readAlternates ( string listPath ) : List |
||
readPackedRefs ( Ref>.Dictionary |
||
writeFile ( string path, ProgressMonitor monitor, string monitorTask ) : Stream | ||
writeFile ( string path, byte data ) : void | ||
writeInfoPacks ( List |
||
writeRef ( string name, ObjectId value ) : void |
Method | Description | |
---|---|---|
readPackedRefsImpl ( Ref>.Dictionary |
public abstract open ( string path ) : Stream | ||
path | string | |
return | Stream |
public abstract openAlternate ( string location ) : |
||
location | string | |
return |
public openReader ( string path ) : |
||
path | string | |
return |
public readAlternates ( string listPath ) : List |
||
listPath | string | |
return | List |
public readPackedRefs ( Ref>.Dictionary |
||
avail | Ref>.Dictionary | |
return | void |
public writeFile ( string path, ProgressMonitor monitor, string monitorTask ) : Stream | ||
path | string | |
monitor | ProgressMonitor | |
monitorTask | string | |
return | Stream |
public writeFile ( string path, byte data ) : void | ||
path | string | |
data | byte | |
return | void |
public writeInfoPacks ( List |
||
packNames | List |
|
return | void |
public writeRef ( string name, ObjectId value ) : void | ||
name | string | |
value | ObjectId | |
return | void |