Package org.apache.jackrabbit.vault.util
Interface InputStreamPump.Pump
-
- All Known Implementing Classes:
MemoryArchive
- Enclosing class:
- InputStreamPump
public static interface InputStreamPump.Pump
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(java.io.InputStream in)
The specified stream remains open after this method returns.
-