Interface VaultFileOutput
-
public interface VaultFileOutputVaultFileOutput...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()java.io.OutputStreamgetOutputStream()voidsetContentType(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, javax.jcr.RepositoryException- Throws:
java.io.IOExceptionjavax.jcr.RepositoryException
-
-