com.subgraph.orchid.Document Maven / Gradle / Ivy
package com.subgraph.orchid;
import java.nio.ByteBuffer;
public interface Document {
ByteBuffer getRawDocumentBytes();
String getRawDocumentData();
boolean isValidDocument();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy