Package org.apache.jackrabbit.vault.util
Interface InputStreamPump.Pump
- All Known Implementing Classes:
MemoryArchive
- Enclosing class:
- InputStreamPump
public static interface InputStreamPump.Pump
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun(InputStream in) The specified stream remains open after this method returns.
-
Method Details
-
run
The specified stream remains open after this method returns.
- Parameters:
in-- Throws:
Exception
-