|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||