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 voidrun(InputStream in)The specified stream remains open after this method returns.
-
-
-
Method Detail
-
run
void run(InputStream in) throws Exception
The specified stream remains open after this method returns.
- Parameters:
in-- Throws:
Exception
-
-