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

com.hfg.printer.PrintDocument Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.printer;

import java.io.IOException;
import java.io.OutputStream;

public interface PrintDocument
{
   public void write(OutputStream inStream) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy