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
SVNExceptionNumberFormatExceptionpublic long readLong()
throws SVNException,
NumberFormatException
SVNExceptionNumberFormatExceptionpublic String readLine(int limit) throws SVNException
SVNExceptionpublic String readLine(StringBuffer buffer) throws SVNException
SVNExceptionpublic SVNProperties readProperties(boolean allowEOF, boolean allowBinaryValues) throws SVNException
SVNExceptionpublic Map readHeader() throws SVNException
SVNExceptionpublic void ensureFooterLoaded()
throws SVNException
SVNExceptionpublic int read()
throws IOException
IOExceptionpublic int read(ByteBuffer target) throws IOException
IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
IOExceptionpublic File getFile()
public void close()
public PathInfo readPathInfoFromReportFile() throws IOException, SVNException
IOExceptionSVNExceptionpublic long getL2POffset()
public long getP2LOffset()
Copyright © 2025. All rights reserved.