Class TextLineParserTest.CustomBaseParser

java.lang.Object
test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser
All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.parser.InputParser<String>
Direct Known Subclasses:
TextLineParserTest.CustomExBaseParser
Enclosing class:
TextLineParserTest

public static class TextLineParserTest.CustomBaseParser extends Object implements de.iip_ecosphere.platform.connectors.parser.InputParser<String>
A test parser without encoding.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.connectors.parser.InputParser

    de.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<T>, de.iip_ecosphere.platform.connectors.parser.InputParser.ParseResult<T>
  • Field Summary

    Fields inherited from interface de.iip_ecosphere.platform.connectors.parser.InputParser

    SEPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<String>
     
    de.iip_ecosphere.platform.connectors.parser.InputParser.ParseResult<String>
    parse(byte[] data)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomBaseParser

      public CustomBaseParser()
  • Method Details

    • parse

      public de.iip_ecosphere.platform.connectors.parser.InputParser.ParseResult<String> parse(byte[] data) throws IOException
      Specified by:
      parse in interface de.iip_ecosphere.platform.connectors.parser.InputParser<String>
      Throws:
      IOException
    • getConverter

      public de.iip_ecosphere.platform.connectors.parser.InputParser.InputConverter<String> getConverter()
      Specified by:
      getConverter in interface de.iip_ecosphere.platform.connectors.parser.InputParser<String>