public class SVNFSFSPackedRevProps extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SVNFSFSPackedRevProps.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
INT64_BUFFER_SIZE |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
asCompressedLevelNoneByteArray() |
protected static OutputStream |
compressLevelNone(byte[] uncompressedData,
OutputStream outputStream) |
static SVNFSFSPackedRevProps |
fromCompressedByteArray(byte[] compressedData) |
static SVNFSFSPackedRevProps |
fromPackFile(File file) |
long |
getFirstRevision() |
long |
getRevisionsCount() |
SVNProperties |
parseProperties(long revision) |
List<SVNFSFSPackedRevProps> |
setProperties(long revision,
SVNProperties properties,
long revPropPackSize) |
void |
writeToFile(File packFile,
boolean compress) |
public static final int INT64_BUFFER_SIZE
public static SVNFSFSPackedRevProps fromPackFile(File file) throws SVNException
SVNExceptionpublic static SVNFSFSPackedRevProps fromCompressedByteArray(byte[] compressedData) throws SVNException
SVNExceptionpublic long getFirstRevision()
public long getRevisionsCount()
public byte[] asCompressedLevelNoneByteArray()
throws SVNException
SVNExceptionpublic void writeToFile(File packFile, boolean compress) throws SVNException
SVNExceptionpublic SVNProperties parseProperties(long revision) throws SVNException
SVNExceptionpublic List<SVNFSFSPackedRevProps> setProperties(long revision, SVNProperties properties, long revPropPackSize) throws SVNException
SVNExceptionprotected static OutputStream compressLevelNone(byte[] uncompressedData, OutputStream outputStream) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.