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

org.semanticweb.owlapi.functional.parser.Provider Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. Provider.java Version 7.0 */
/* JavaCCOptions:KEEP_LINE_COLUMN=true */
package org.semanticweb.owlapi.functional.parser;


import java.io.IOException;

@SuppressWarnings("all")
public interface Provider {

    int read(char buffer[], int offset, int length) throws IOException;

    void close() throws IOException;
}
/* JavaCC - OriginalChecksum=e36f2ccfb223f42975495cfb23c8a932 (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy