Class SVNFSFSPackedRevProps.Entry
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.revprop.SVNFSFSPackedRevProps.Entry
- Enclosing class:
- SVNFSFSPackedRevProps
private static class SVNFSFSPackedRevProps.Entry
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
data
private byte[] data -
offset
private int offset -
length
private int length
-
-
Constructor Details
-
Entry
private Entry(byte[] data, int offset, int length)
-
-
Method Details
-
getSize
public long getSize()
-