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