Interface VaultFileOutput
-
- All Known Implementing Classes:
VaultFileOutputImpl
public interface VaultFileOutputVaultFileOutput...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()OutputStreamgetOutputStream()voidsetContentType(String contentType)
-
-
-
Method Detail
-
getOutputStream
OutputStream getOutputStream() throws IOException
- Throws:
IOException
-
setContentType
void setContentType(String contentType)
-
close
void close() throws IOException, RepositoryException- Throws:
IOExceptionRepositoryException
-
-