/* Generated By:JavaCC: Do not edit this line. Provider.java Version 7.0 */ /* JavaCCOptions:KEEP_LINE_COLUMN=true */ package org.semanticweb.owlapi.krss1.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=c434206763155290ad8e3c81bb534071 (do not edit this line) */