JavaScript is disabled on your browser.
Skip navigation links
Qubership Profiler Agent
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.qubership.profiler.output.layout
Interface FileAppender
public interface
FileAppender
Appends file with given name to the output stream.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
append
(
String
fileName,
OutputStream
out)
Method Details
append
void
append
(
String
fileName,
OutputStream
out)
throws
IOException
Throws:
IOException