NCSA Portfolio

ncsa.net
Interface Customer

All Known Implementing Classes:
TransformGroupCustomer

public interface Customer

A Customer takes data passed to it's consume method and acts on it in a specialized way. Objects that implement this class are generally used by the Handler class.

See Also:
Handler

Method Summary
 void consume(byte[] array, int len)
           
 

Method Detail

consume

public void consume(byte[] array,
                    int len)

NCSA Portfolio

NCSA Portfolio, Copyright 1997-1999, National Center for Supercomputing Applications, University of Illinois Urbana-Champaign, All Rights Reserved