Class SVNFSFSPackedRevProps.Entry

  • Enclosing class:
    SVNFSFSPackedRevProps

    private static class SVNFSFSPackedRevProps.Entry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] data  
      private int length  
      private int offset  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private byte[] data
      • offset

        private int offset
      • length

        private int length
    • Constructor Detail

      • Entry

        private Entry​(byte[] data,
                      int offset,
                      int length)
    • Method Detail

      • getSize

        public long getSize()