nu.staldal.lagoon.core
Class Process

java.lang.Object
  extended by nu.staldal.lagoon.core.Producer
      extended by nu.staldal.lagoon.core.ByteStreamConsumer
          extended by nu.staldal.lagoon.core.Process
All Implemented Interfaces:
ByteStreamProducer, ProducerInterface

public abstract class Process
extends ByteStreamConsumer
implements ByteStreamProducer

Produces an byte stream from another byte stream.


Constructor Summary
Process()
           
 
Method Summary
 
Methods inherited from class nu.staldal.lagoon.core.ByteStreamConsumer
getNext
 
Methods inherited from class nu.staldal.lagoon.core.Producer
afterBuild, beforeBuild, destroy, getContext, getEntryName, getObjectFromRepository, getParam, getParamNames, getPosition, getSourceMan, putObjectIntoRepository, readFileFromRepository, storeFileInRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nu.staldal.lagoon.core.ByteStreamProducer
start
 
Methods inherited from interface nu.staldal.lagoon.core.ProducerInterface
destroy, hasBeenUpdated, init
 

Constructor Detail

Process

public Process()