Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portal.kernel.io.delta with parameters of type ByteChannelWriter
static void DeltaUtil.checksums(FileChannel originalFileChannel, ByteChannelWriter checksumsByteChannelWriter)
           
static void DeltaUtil.checksums(FileChannel originalFileChannel, ByteChannelWriter checksumsByteChannelWriter, int blockLength)
           
static void DeltaUtil.delta(ReadableByteChannel modifiedReadableByteChannel, ByteChannelReader checksumsByteChannelReader, ByteChannelWriter deltaByteChannelWriter)
           
 void Differ.delta(ReadableByteChannel modifiedReadableByteChannel, ByteChannelReader checksumsByteChannelReader, ByteChannelWriter deltaByteChannelWriter)
           
 


Liferay 6.1.2-ce-ga3