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
    Modifier and Type
    Field
    Description
    private byte[]
     
    private int
     
    private int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Entry(byte[] data, int offset, int length)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    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()