Class TextLineFormatterTest.CustomBaseFormatter
java.lang.Object
test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
- All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>
- Direct Known Subclasses:
TextLineFormatterTest.CustomExBaseFormatter
- Enclosing class:
TextLineFormatterTest
public static class TextLineFormatterTest.CustomBaseFormatter
extends Object
implements de.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>
A test formatter without encoding.
- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.connectors.formatter.OutputFormatter
de.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter<T> -
Field Summary
Fields inherited from interface de.iip_ecosphere.platform.connectors.formatter.OutputFormatter
SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbyte[]voidde.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter<String> voidstartArrayStructure(String name) voidstartObjectStructure(String name)
-
Constructor Details
-
CustomBaseFormatter
public CustomBaseFormatter()
-
-
Method Details
-
add
- Specified by:
addin interfacede.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>- Throws:
IOException
-
chunkCompleted
- Specified by:
chunkCompletedin interfacede.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>- Throws:
IOException
-
getConverter
public de.iip_ecosphere.platform.connectors.formatter.OutputFormatter.OutputConverter<String> getConverter()- Specified by:
getConverterin interfacede.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>
-
startArrayStructure
- Specified by:
startArrayStructurein interfacede.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>- Throws:
IOException
-
startObjectStructure
- Specified by:
startObjectStructurein interfacede.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>- Throws:
IOException
-
endStructure
- Specified by:
endStructurein interfacede.iip_ecosphere.platform.connectors.formatter.OutputFormatter<String>- Throws:
IOException
-