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

org.coode.owlapi.obo12.parser.Provider Maven / Gradle / Ivy

There is a newer version: 5.5.1
Show newest version
/* Generated By:JavaCC: Do not edit this line. Provider.java Version 7.0 */
/* JavaCCOptions:KEEP_LINE_COLUMN=true */
package org.coode.owlapi.obo12.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=3d07ef676f02d38a9d7d0eba56fc7bf5 (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy