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

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

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

public class SilentOutput extends BaseOutput {

    @Override
    public void print(String sentence, OutputContext context) {

    }

    @Override
    public void produceFile(byte[] data, String description) {

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy