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

com.harium.suneidesis.chat.output.Output Maven / Gradle / Ivy

The newest version!
package com.harium.suneidesis.chat.output;

import java.io.IOException;

public interface Output {
    void print(String sentence);

    void print(String sentence, OutputContext context);

    void produceFile(String path, String description) throws IOException;

    void produceFile(byte[] data, String description);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy