![JAR search and dependency download from the Maven repository](/logo.png)
io.xlate.edi.internal.stream.tokenization.ElementDataHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of staedi Show documentation
Show all versions of staedi Show documentation
Streaming API for EDI for Java
package io.xlate.edi.internal.stream.tokenization;
import java.io.InputStream;
public interface ElementDataHandler {
boolean elementData(char[] text, int start, int length);
boolean binaryData(InputStream binary);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy