javax.activation
Interface DataSource
- All Known Implementing Classes:
- FileDataSource, URLDataSource
public interface DataSource
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Wed, 25 Oct 2006) $
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getContentType
java.lang.String getContentType()
getName
java.lang.String getName()
Copyright © 2011. All Rights Reserved.