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
SVNException
public static SVNFSFSPackedRevProps fromCompressedByteArray(byte[] compressedData) throws SVNException
SVNException
public long getFirstRevision()
public long getRevisionsCount()
public byte[] asCompressedLevelNoneByteArray() throws SVNException
SVNException
public void writeToFile(File packFile, boolean compress) throws SVNException
SVNException
public SVNProperties parseProperties(long revision) throws SVNException
SVNException
public List<SVNFSFSPackedRevProps> setProperties(long revision, SVNProperties properties, long revPropPackSize) throws SVNException
SVNException
protected static OutputStream compressLevelNone(byte[] uncompressedData, OutputStream outputStream) throws SVNException
SVNException
Copyright © 2022. All rights reserved.