com.daioware.stream.GenericStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of log Show documentation
Show all versions of log Show documentation
Log and stream utilities
The newest version!
package com.daioware.stream;
public interface GenericStream {
public String readString()throws InputException;
public boolean sendString(String s)throws OutputException;
public void close();
public int getWaitOfMiliseconds();
public void setWaitOfMiliseconds(int m);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy