public class FSFile extends Object
Constructor and Description |
---|
FSFile(byte[] data) |
FSFile(byte[] data,
int offset,
int length) |
FSFile(File file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
digest() |
void |
ensureFooterLoaded() |
File |
getFile() |
long |
getL2POffset() |
long |
getP2LOffset() |
long |
position() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
int |
read(ByteBuffer target) |
Map |
readHeader() |
int |
readInt() |
String |
readLine(int limit) |
String |
readLine(StringBuffer buffer) |
long |
readLong() |
PathInfo |
readPathInfoFromReportFile() |
SVNProperties |
readProperties(boolean allowEOF,
boolean allowBinaryValues) |
void |
resetDigest() |
void |
seek(long position) |
long |
size() |
public FSFile(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 String digest()
public int readInt() throws SVNException, NumberFormatException
SVNException
NumberFormatException
public long readLong() throws SVNException, NumberFormatException
SVNException
NumberFormatException
public String readLine(int limit) throws SVNException
SVNException
public String readLine(StringBuffer buffer) throws SVNException
SVNException
public SVNProperties readProperties(boolean allowEOF, boolean allowBinaryValues) throws SVNException
SVNException
public Map readHeader() throws SVNException
SVNException
public void ensureFooterLoaded() throws SVNException
SVNException
public int read() throws IOException
IOException
public int read(ByteBuffer target) throws IOException
IOException
public int read(byte[] buffer, int offset, int length) throws IOException
IOException
public File getFile()
public void close()
public PathInfo readPathInfoFromReportFile() throws IOException, SVNException
IOException
SVNException
public long getL2POffset()
public long getP2LOffset()
Copyright © 2023. All rights reserved.