Class Layout
java.lang.Object
com.netcracker.profiler.output.layout.Layout
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
LayoutDelegate,SimpleLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()abstract OutputStreamabstract voidputNextEntry(String id, String name, String type)
-
Field Details
-
CLOB
- See Also:
-
-
Constructor Details
-
Layout
public Layout()
-
-
Method Details
-
getOutputStream
- Throws:
IOException
-
putNextEntry
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-