Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.io.delta.ByteChannelReader

Packages that use ByteChannelReader
com.liferay.portal.kernel.io.delta   
 

Uses of ByteChannelReader in com.liferay.portal.kernel.io.delta
 

Methods in com.liferay.portal.kernel.io.delta with parameters of type ByteChannelReader
static void DeltaUtil.delta(ReadableByteChannel modifiedReadableByteChannel, ByteChannelReader checksumsByteChannelReader, ByteChannelWriter deltaByteChannelWriter)
           
 void Differ.delta(ReadableByteChannel modifiedReadableByteChannel, ByteChannelReader checksumsByteChannelReader, ByteChannelWriter deltaByteChannelWriter)
           
static void DeltaUtil.patch(FileChannel originalFileChannel, WritableByteChannel patchedWritableByteChannel, ByteChannelReader deltaByteChannelReader)
           
 void Patcher.patch(FileChannel originalFileChannel, WritableByteChannel patchedWritableByteChannel, ByteChannelReader deltaByteChannelReader)
           
 


Liferay 6.1.2-ce-ga3