Uses of Class
io.xlate.edi.stream.EDIStreamException
-
Packages that use EDIStreamException Package Description io.xlate.edi.stream -
-
Uses of EDIStreamException in io.xlate.edi.stream
Methods in io.xlate.edi.stream that throw EDIStreamException Modifier and Type Method Description voidEDIStreamWriter. close()Close this writer and free any resources associated with the writer.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 EDIStreamWriterEDIOutputFactory. createEDIStreamWriter(OutputStream stream, String encoding)Create a new EDIStreamWriter that writes to a streamEDIStreamWriterEDIStreamWriter. endComponent()EDIStreamWriterEDIStreamWriter. endElement()EDIStreamWriterEDIStreamWriter. endInterchange()voidEDIStreamWriter. flush()Write any cached data to the underlying output mechanism.booleanEDIStreamReader. hasNext()Returns true if there are more parsing events and false if there are no more events.EDIStreamEventEDIStreamReader. next()Get next parsing eventEDIStreamEventEDIStreamReader. nextTag()Skips any ELEMENT_DATA, START_COMPOSITE, and END_COMPOSITE until a START_SEGMENT is reached.voidEDIReporter. report(EDIStreamValidationError errorType, EDIStreamReader reader)Report the desired message in an application specific format.voidEDIStreamReader. setBinaryDataLength(long length)Sets the number of bytes that should be read as binary data and not interpreted as EDI data.EDIStreamWriterEDIStreamWriter. startComponent()EDIStreamWriterEDIStreamWriter. startInterchange()EDIStreamWriterEDIStreamWriter. writeBinaryData(byte[] text, int start, int end)EDIStreamWriterEDIStreamWriter. writeBinaryData(InputStream stream)EDIStreamWriterEDIStreamWriter. writeBinaryData(ByteBuffer buffer)EDIStreamWriterEDIStreamWriter. writeComponent(char[] text, int start, int end)EDIStreamWriterEDIStreamWriter. writeComponent(CharSequence text)EDIStreamWriterEDIStreamWriter. writeElement(char[] text, int start, int end)EDIStreamWriterEDIStreamWriter. writeElement(CharSequence text)EDIStreamWriterEDIStreamWriter. writeElementData(char[] text, int start, int end)EDIStreamWriterEDIStreamWriter. writeElementData(CharSequence text)EDIStreamWriterEDIStreamWriter. writeEmptyComponent()EDIStreamWriterEDIStreamWriter. writeEmptyElement()EDIStreamWriterEDIStreamWriter. writeEndSegment()EDIStreamWriterEDIStreamWriter. writeRepeatElement()EDIStreamWriterEDIStreamWriter. writeStartElement()EDIStreamWriterEDIStreamWriter. writeStartElementBinary()EDIStreamWriterEDIStreamWriter. writeStartSegment(String name)
-