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(java.io.InputStream in)The specified stream remains open after this method returns. 
 -