Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.io.delta
Class Patcher

java.lang.Object
  extended by com.liferay.portal.kernel.io.delta.Patcher

public class Patcher
extends Object


Constructor Summary
Patcher()
           
 
Method Summary
 void patch(FileChannel originalFileChannel, WritableByteChannel patchedWritableByteChannel, ByteChannelReader deltaByteChannelReader)
           
protected  void transfer(FileChannel source, WritableByteChannel destination, long position, long length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Patcher

public Patcher()
Method Detail

patch

public void patch(FileChannel originalFileChannel,
                  WritableByteChannel patchedWritableByteChannel,
                  ByteChannelReader deltaByteChannelReader)
           throws IOException
Throws:
IOException

transfer

protected void transfer(FileChannel source,
                        WritableByteChannel destination,
                        long position,
                        long length)
                 throws IOException
Throws:
IOException

Liferay 6.1.2-ce-ga3