de.phleisch.app.itsucks.processing.impl
Class DataProcessorChainImpl.DataConsumerImpl

java.lang.Object
  extended by de.phleisch.app.itsucks.processing.impl.DataProcessorChainImpl.DataConsumerImpl
All Implemented Interfaces:
DataConsumer
Enclosing class:
DataProcessorChainImpl

protected class DataProcessorChainImpl.DataConsumerImpl
extends java.lang.Object
implements DataConsumer


Constructor Summary
protected DataProcessorChainImpl.DataConsumerImpl()
           
 
Method Summary
 boolean canResume()
          Returns if the consumer supports resuming.
 void process(byte[] pBuffer, int pBytes)
          Processes the given data chunk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataProcessorChainImpl.DataConsumerImpl

protected DataProcessorChainImpl.DataConsumerImpl()
Method Detail

process

public void process(byte[] pBuffer,
                    int pBytes)
Description copied from interface: DataConsumer
Processes the given data chunk.

Specified by:
process in interface DataConsumer

canResume

public boolean canResume()
Description copied from interface: DataConsumer
Returns if the consumer supports resuming.

Specified by:
canResume in interface DataConsumer
Returns:


Copyright © 2008. All Rights Reserved.