Class ZipLayout
java.lang.Object
org.qubership.profiler.output.layout.Layout
org.qubership.profiler.output.layout.LayoutDelegate
org.qubership.profiler.output.layout.ZipLayout
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class org.qubership.profiler.output.layout.LayoutDelegate
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidputNextEntry(String id, String name, String type)
-
Constructor Details
-
ZipLayout
-
-
Method Details
-
getOutputStream
- Overrides:
getOutputStreamin classLayoutDelegate- Throws:
IOException
-
putNextEntry
- Overrides:
putNextEntryin classLayoutDelegate- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classLayoutDelegate- Throws:
IOException
-