org.simulare
Interface ItemReader


public interface ItemReader

Defines a reader to an item.


Method Summary
 void readFrom(Item item, java.io.InputStream out)
           
 

Method Detail

readFrom

public void readFrom(Item item,
                     java.io.InputStream out)
              throws java.io.IOException
Throws:
java.io.IOException