All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.xlate.edi.internal.stream.tokenization.ElementDataHandler Maven / Gradle / Ivy

There is a newer version: 1.25.2
Show newest version
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