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

water.api.StreamWriter Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
package water.api;

import java.io.OutputStream;

/**
 * Stream provider.
 */
public abstract class StreamWriter {

  /**
   * The implementation write its content to given output stream.
   * @param os  output stream provided by framework
   */
  abstract public void writeTo(OutputStream os);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy