Package org.apache.cxf.io
Interface Transferable
- 
- All Known Implementing Classes:
- DelegatingInputStream
 
 public interface TransferableImplementing classes support transfer of their data to a file. This is typically implemented as a stream copy, or a file move.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransferTo(File file)
 
- 
- 
- 
Method Detail- 
transferTovoid transferTo(File file) throws IOException - Throws:
- IOException
 
 
- 
 
-