public interface ICompressionFilter
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
chainOutputStream(java.io.OutputStream outputStream,
java.nio.file.Path fileName)
Create an output stream with compression support and use the normal output stream as source.
|
java.lang.String |
getExtension()
Return the extension with leading dot.
|
java.io.OutputStream chainOutputStream(java.io.OutputStream outputStream, java.nio.file.Path fileName) throws java.io.IOException
outputStream
- uncompressed output streamfileName
- file name used in compression system, which also use an internal directory structure.java.io.IOException
- on file or stream errorsjava.lang.String getExtension()
Copyright 2020 Kieker Project, http://kieker-monitoring.net