|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.io.diff.SVNSequenceLineRAData
SVNDeltaGenerator
The SVNSequenceLineRAData class is an adapter for ISVNRAData objects, so that they could be used with de.regnis.q.sequence.line classes. This adapter is used by the SVNSequenceDeltaGenerator class.
SVNSequenceDeltaGenerator
,
ISVNRAData
Constructor Summary | |
SVNSequenceLineRAData(ISVNRAData myData)
Deprecated. Creates an adapter for an ISVNRAData object. |
Method Summary | |
void |
get(byte[] bytes,
long offset,
long length)
Deprecated. Reads a number of bytes from the specified offset in the data storage to the buffer provided. |
long |
length()
Deprecated. Returns the length of the data represented by this object. |
InputStream |
read(long offset,
long length)
Deprecated. Reads a number of bytes from the specified offset in the data and returns an input sream to get the read bytes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNSequenceLineRAData(ISVNRAData myData)
myData
- a JavaSVN random access storage representation objectMethod Detail |
public long length() throws IOException
length
in interface de.regnis.q.sequence.line.QSequenceLineRAData
IOException
- if an i/o error occurredpublic void get(byte[] bytes, long offset, long length) throws IOException
get
in interface de.regnis.q.sequence.line.QSequenceLineRAData
bytes
- a buffer to get the bytesoffset
- an offset in the data storage represented
by this objectlength
- a number of bytes to read
IOException
- if an i/o error occurredpublic InputStream read(long offset, long length) throws IOException
read
in interface de.regnis.q.sequence.line.QSequenceLineRAData
offset
- an offset in the data storage represented
by this objectlength
- a number of bytes to read
IOException
- if an i/o error occurred
|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |