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
SVNException
java.lang.NumberFormatException
public long readLong() throws SVNException, java.lang.NumberFormatException
SVNException
java.lang.NumberFormatException
public java.lang.String readLine(int limit) throws SVNException
SVNException
public java.lang.String readLine(java.lang.StringBuffer buffer) throws SVNException
SVNException
public SVNProperties readProperties(boolean allowEOF, boolean allowBinaryValues) throws SVNException
SVNException
public java.util.Map readHeader() throws SVNException
SVNException
public int read() throws java.io.IOException
java.io.IOException
public int read(java.nio.ByteBuffer target) throws java.io.IOException
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
java.io.IOException
public java.io.File getFile()
public void close()
public PathInfo readPathInfoFromReportFile() throws java.io.IOException, SVNException
java.io.IOException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.