Class FSFile


  • public class FSFile
    extends java.lang.Object
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Constructor Detail

      • FSFile

        public FSFile​(java.io.File file)
      • FSFile

        public FSFile​(byte[] data)
      • FSFile

        public FSFile​(byte[] data,
                      int offset,
                      int length)
    • Method Detail

      • seek

        public void seek​(long position)
      • position

        public long position()
      • size

        public long size()
      • resetDigest

        public void resetDigest()
      • digest

        public java.lang.String digest()
      • readInt

        public int readInt()
                    throws SVNException,
                           java.lang.NumberFormatException
        Throws:
        SVNException
        java.lang.NumberFormatException
      • readLong

        public long readLong()
                      throws SVNException,
                             java.lang.NumberFormatException
        Throws:
        SVNException
        java.lang.NumberFormatException
      • readLine

        public java.lang.String readLine​(java.lang.StringBuffer buffer)
                                  throws SVNException
        Throws:
        SVNException
      • read

        public int read()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public int read​(java.nio.ByteBuffer target)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] buffer,
                        int offset,
                        int length)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getFile

        public java.io.File getFile()
      • close

        public void close()
      • getL2POffset

        public long getL2POffset()
      • getP2LOffset

        public long getP2LOffset()