Uses of Class
io.xlate.edi.stream.EDIStreamException
Packages that use EDIStreamException
-
Uses of EDIStreamException in io.xlate.edi.stream
Methods in io.xlate.edi.stream that throw EDIStreamExceptionModifier and TypeMethodDescriptionvoidEDIStreamWriter.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 streamEDIStreamWriter.endComponent()EDIStreamWriter.endElement()EDIStreamWriter.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.EDIStreamReader.next()Get next parsing eventEDIStreamReader.nextTag()Skips any ELEMENT_DATA, START_COMPOSITE, and END_COMPOSITE until a START_SEGMENT is reached.voidEDIInputErrorReporter.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.EDIStreamWriter.startComponent()EDIStreamWriter.startInterchange()Initialize this writer to begin writing an interchange.EDIStreamWriter.writeBinaryData(byte[] text, int start, int end) EDIStreamWriter.writeBinaryData(InputStream stream) EDIStreamWriter.writeBinaryData(ByteBuffer buffer) EDIStreamWriter.writeComponent(char[] text, int start, int end) EDIStreamWriter.writeComponent(CharSequence text) EDIStreamWriter.writeElement(char[] text, int start, int end) EDIStreamWriter.writeElement(CharSequence text) EDIStreamWriter.writeElementData(char[] text, int start, int end) EDIStreamWriter.writeElementData(CharSequence text) EDIStreamWriter.writeEmptyComponent()EDIStreamWriter.writeEmptyElement()EDIStreamWriter.writeEndSegment()EDIStreamWriter.writeRepeatElement()EDIStreamWriter.writeStartElement()EDIStreamWriter.writeStartElementBinary()EDIStreamWriter.writeStartSegment(String name)