Class FSFile
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSFile
-
public class FSFile extends java.lang.Object- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.Stringdigest()voidensureFooterLoaded()java.io.FilegetFile()longgetL2POffset()longgetP2LOffset()longposition()intread()intread(byte[] buffer, int offset, int length)intread(java.nio.ByteBuffer target)java.util.MapreadHeader()intreadInt()java.lang.StringreadLine(int limit)java.lang.StringreadLine(java.lang.StringBuffer buffer)longreadLong()PathInforeadPathInfoFromReportFile()SVNPropertiesreadProperties(boolean allowEOF, boolean allowBinaryValues)voidresetDigest()voidseek(long position)longsize()
-
-
-
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:
SVNExceptionjava.lang.NumberFormatException
-
readLong
public long readLong() throws SVNException, java.lang.NumberFormatException- Throws:
SVNExceptionjava.lang.NumberFormatException
-
readLine
public java.lang.String readLine(int limit) throws SVNException- Throws:
SVNException
-
readLine
public java.lang.String readLine(java.lang.StringBuffer buffer) throws SVNException- Throws:
SVNException
-
readProperties
public SVNProperties readProperties(boolean allowEOF, boolean allowBinaryValues) throws SVNException
- Throws:
SVNException
-
readHeader
public java.util.Map readHeader() throws SVNException- Throws:
SVNException
-
ensureFooterLoaded
public void ensureFooterLoaded() 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()
-
readPathInfoFromReportFile
public PathInfo readPathInfoFromReportFile() throws java.io.IOException, SVNException
- Throws:
java.io.IOExceptionSVNException
-
getL2POffset
public long getL2POffset()
-
getP2LOffset
public long getP2LOffset()
-
-