Class SVNFSFSPackedRevProps
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.revprop.SVNFSFSPackedRevProps
-
public class SVNFSFSPackedRevProps extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSVNFSFSPackedRevProps.Builder
-
Field Summary
Fields Modifier and Type Field Description static intINT64_BUFFER_SIZE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]asCompressedLevelNoneByteArray()protected static java.io.OutputStreamcompressLevelNone(byte[] uncompressedData, java.io.OutputStream outputStream)static SVNFSFSPackedRevPropsfromCompressedByteArray(byte[] compressedData)static SVNFSFSPackedRevPropsfromPackFile(java.io.File file)longgetFirstRevision()longgetRevisionsCount()SVNPropertiesparseProperties(long revision)java.util.List<SVNFSFSPackedRevProps>setProperties(long revision, SVNProperties properties, long revPropPackSize)voidwriteToFile(java.io.File packFile, boolean compress)
-
-
-
Field Detail
-
INT64_BUFFER_SIZE
public static final int INT64_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromPackFile
public static SVNFSFSPackedRevProps fromPackFile(java.io.File file) throws SVNException
- Throws:
SVNException
-
fromCompressedByteArray
public static SVNFSFSPackedRevProps fromCompressedByteArray(byte[] compressedData) throws SVNException
- Throws:
SVNException
-
getFirstRevision
public long getFirstRevision()
-
getRevisionsCount
public long getRevisionsCount()
-
asCompressedLevelNoneByteArray
public byte[] asCompressedLevelNoneByteArray() throws SVNException- Throws:
SVNException
-
writeToFile
public void writeToFile(java.io.File packFile, boolean compress) throws SVNException- Throws:
SVNException
-
parseProperties
public SVNProperties parseProperties(long revision) throws SVNException
- Throws:
SVNException
-
setProperties
public java.util.List<SVNFSFSPackedRevProps> setProperties(long revision, SVNProperties properties, long revPropPackSize) throws SVNException
- Throws:
SVNException
-
compressLevelNone
protected static java.io.OutputStream compressLevelNone(byte[] uncompressedData, java.io.OutputStream outputStream) throws SVNException- Throws:
SVNException
-
-