| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.fs | |
| org.tmatesoft.svn.core.internal.io.fs.index |
| Modifier and Type | Method and Description |
|---|---|
private long |
FSTransactionRoot.writeHashRepresentation(FSRepresentation representation,
SVNProperties hashContents,
CountingOutputStream protoFile,
java.security.MessageDigest digest,
FSP2LProtoIndex.ItemType itemType) |
| Modifier and Type | Field and Description |
|---|---|
private FSP2LProtoIndex.ItemType |
FSP2LEntry.type |
| Modifier and Type | Method and Description |
|---|---|
static FSP2LProtoIndex.ItemType |
FSP2LProtoIndex.ItemType.fromCode(int code) |
FSP2LProtoIndex.ItemType |
FSP2LEntry.getType() |
static FSP2LProtoIndex.ItemType |
FSP2LProtoIndex.ItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FSP2LProtoIndex.ItemType[] |
FSP2LProtoIndex.ItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FSP2LEntry.setType(FSP2LProtoIndex.ItemType type) |
| Constructor and Description |
|---|
FSP2LEntry(long offset,
long size,
FSP2LProtoIndex.ItemType type,
int checksum,
long revision,
long number) |