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

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