com.liferay.portal.kernel.io.delta
Class Differ
java.lang.Object
com.liferay.portal.kernel.io.delta.Differ
public class Differ
- extends java.lang.Object
- Author:
- Connor McKay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Differ
public Differ()
delta
public void delta(java.nio.channels.ReadableByteChannel modifiedReadableByteChannel,
ByteChannelReader checksumsByteChannelReader,
ByteChannelWriter deltaByteChannelWriter)
throws java.io.IOException
- Throws:
java.io.IOException
readChecksums
protected void readChecksums()
throws java.io.IOException
- Throws:
java.io.IOException
readChecksumsHeader
protected void readChecksumsHeader()
throws java.io.IOException
- Throws:
java.io.IOException
writeDataBlock
protected void writeDataBlock()
throws java.io.IOException
- Throws:
java.io.IOException
writeDeltaBlocks
protected void writeDeltaBlocks()
throws java.io.IOException
- Throws:
java.io.IOException
writeDeltaHeader
protected void writeDeltaHeader()
throws java.io.IOException
- Throws:
java.io.IOException
writeReferenceBlock
protected void writeReferenceBlock()
throws java.io.IOException
- Throws:
java.io.IOException