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

org.gridkit.jvmtool.spi.parsers.JsonEventSource Maven / Gradle / Ivy

The newest version!
package org.gridkit.jvmtool.spi.parsers;

import java.io.IOException;

import org.gridkit.jvmtool.util.json.JsonStreamWriter;

public interface JsonEventSource {

    /**
     * @return false if no more data
     */
    public boolean readNext(JsonStreamWriter writer) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy