public class FSFile
extends java.lang.Object
| Constructor and Description |
|---|
FSFile(byte[] data) |
FSFile(byte[] data,
int offset,
int length) |
FSFile(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.String |
digest() |
java.io.File |
getFile() |
long |
position() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
int |
read(java.nio.ByteBuffer target) |
java.util.Map |
readHeader() |
int |
readInt() |
java.lang.String |
readLine(int limit) |
java.lang.String |
readLine(java.lang.StringBuffer buffer) |
long |
readLong() |
PathInfo |
readPathInfoFromReportFile() |
SVNProperties |
readProperties(boolean allowEOF,
boolean allowBinaryValues) |
void |
resetDigest() |
void |
seek(long position) |
long |
size() |
public FSFile(java.io.File file)
public FSFile(byte[] data)
public FSFile(byte[] data,
int offset,
int length)
public void seek(long position)
public long position()
public long size()
public void resetDigest()
public java.lang.String digest()
public int readInt()
throws SVNException,
java.lang.NumberFormatException
SVNExceptionjava.lang.NumberFormatExceptionpublic long readLong()
throws SVNException,
java.lang.NumberFormatException
SVNExceptionjava.lang.NumberFormatExceptionpublic java.lang.String readLine(int limit)
throws SVNException
SVNExceptionpublic java.lang.String readLine(java.lang.StringBuffer buffer)
throws SVNException
SVNExceptionpublic SVNProperties readProperties(boolean allowEOF, boolean allowBinaryValues) throws SVNException
SVNExceptionpublic java.util.Map readHeader()
throws SVNException
SVNExceptionpublic int read()
throws java.io.IOException
java.io.IOExceptionpublic int read(java.nio.ByteBuffer target)
throws java.io.IOException
java.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getFile()
public void close()
public PathInfo readPathInfoFromReportFile() throws java.io.IOException, SVNException
java.io.IOExceptionSVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.