Interface VaultFileOutput
-
public interface VaultFileOutput
VaultFileOutput
...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
java.io.OutputStream
getOutputStream()
void
setContentType(java.lang.String contentType)
-
-
-
Method Detail
-
getOutputStream
java.io.OutputStream getOutputStream() throws java.io.IOException
- Throws:
java.io.IOException
-
setContentType
void setContentType(java.lang.String contentType)
-
close
void close() throws java.io.IOException, RepositoryException
- Throws:
java.io.IOException
RepositoryException
-
-