Uses of Interface
io.xlate.edi.stream.EDIStreamReader
Packages that use EDIStreamReader
-
Uses of EDIStreamReader in io.xlate.edi.stream
Methods in io.xlate.edi.stream that return EDIStreamReaderModifier and TypeMethodDescriptionabstract EDIStreamReaderEDIInputFactory.createEDIStreamReader(InputStream stream) Creates a newEDIStreamReaderusing the givenInputStream(with default encoding).abstract EDIStreamReaderEDIInputFactory.createEDIStreamReader(InputStream stream, Schema schema) Creates a newEDIStreamReaderusing the givenInputStream(with default encoding) which uses theSchemafor validation of the input's control structures (interchange, group, transaction).abstract EDIStreamReaderEDIInputFactory.createEDIStreamReader(InputStream stream, String encoding) Creates a newEDIStreamReaderusing the givenInputStreamand encoding.abstract EDIStreamReaderEDIInputFactory.createEDIStreamReader(InputStream stream, String encoding, Schema schema) Creates a newEDIStreamReaderusing the givenInputStreamand encoding which uses theSchemafor validation of the input's control structures (interchange, group, transaction).abstract EDIStreamReaderEDIInputFactory.createFilteredReader(EDIStreamReader reader, EDIStreamFilter filter) Creates a newEDIStreamReaderby wrapping the given reader with theEDIStreamFilterfilter.Methods in io.xlate.edi.stream with parameters of type EDIStreamReaderModifier and TypeMethodDescriptionbooleanEDIStreamFilter.accept(EDIStreamReader reader) Tests whether the current state is part of this stream.abstract EDIStreamReaderEDIInputFactory.createFilteredReader(EDIStreamReader reader, EDIStreamFilter filter) Creates a newEDIStreamReaderby wrapping the given reader with theEDIStreamFilterfilter.abstract <J> JEDIInputFactory.createJsonParser(EDIStreamReader reader, Class<J> type) Creates a new JSON parser of typeJthat uses the given reader as its data source.abstract XMLStreamReaderEDIInputFactory.createXMLStreamReader(EDIStreamReader reader) Creates a newXMLStreamReaderthat uses the given reader as its data source.voidEDIInputErrorReporter.report(EDIStreamValidationError errorType, EDIStreamReader reader) Report the desired message in an application specific format.