Uses of Interface
net.officefloor.plugin.stream.GatheringBufferProcessor

Packages that use GatheringBufferProcessor
net.officefloor.plugin.stream   
net.officefloor.plugin.stream.impl   
net.officefloor.plugin.stream.synchronise   
 

Uses of GatheringBufferProcessor in net.officefloor.plugin.stream
 

Methods in net.officefloor.plugin.stream with parameters of type GatheringBufferProcessor
 int BufferStream.read(int numberOfBytes, GatheringBufferProcessor processor)
           Processes a batch number of ByteBuffer instances so that the available data in the ByteBuffer instances is greater than or equal to the number of bytes specified.
 int InputBufferStream.read(int numberOfBytes, GatheringBufferProcessor processor)
           Processes a batch number of ByteBuffer instances so that the available data in the ByteBuffer instances is greater than or equal to the number of bytes specified.
 

Uses of GatheringBufferProcessor in net.officefloor.plugin.stream.impl
 

Methods in net.officefloor.plugin.stream.impl with parameters of type GatheringBufferProcessor
 int BufferStreamImpl.read(int numberOfBytes, GatheringBufferProcessor processor)
           
 int InputBufferStreamImpl.read(int numberOfBytes, GatheringBufferProcessor processor)
           
 

Uses of GatheringBufferProcessor in net.officefloor.plugin.stream.synchronise
 

Methods in net.officefloor.plugin.stream.synchronise with parameters of type GatheringBufferProcessor
 int SynchronizedInputBufferStream.read(int numberOfBytes, GatheringBufferProcessor processor)
           
 int SynchronizedBufferStream.read(int numberOfBytes, GatheringBufferProcessor processor)
           
 



Copyright © 2005-2011. All Rights Reserved.