be.re.repo.mod
Interface ZippedDocumentExchanger.Get

Enclosing class:
ZippedDocumentExchanger

public static interface ZippedDocumentExchanger.Get


Method Summary
 Set<Property> get(InputStream in, String name)
          This method is called for each selected ZIP-entry.
 

Method Detail

get

Set<Property> get(InputStream in,
                  String name)
                  throws IOException
This method is called for each selected ZIP-entry.

Parameters:
in - the inputstream for the entry.
name - the name of the entry.
Returns:
The set of properties that are extracted from the entry.
Throws:
IOException