be.re.repo.mod
Interface ZippedDocumentTransformer.Transform

Enclosing class:
ZippedDocumentTransformer

public static interface ZippedDocumentTransformer.Transform


Method Summary
 void transform(InputStream in, OutputStream out, String name)
          This method is called for each selected ZIP-entry.
 

Method Detail

transform

void transform(InputStream in,
               OutputStream out,
               String name)
               throws IOException
This method is called for each selected ZIP-entry.

Parameters:
in - the inputstream for the entry.
out - the stream for the transformed entry.
name - the name of the entry.
Throws:
IOException