public interface IOFacade
void
close()
java.lang.String
read()
write(java.lang.String payload)
void write(java.lang.String payload) throws java.io.IOException
java.io.IOException
java.lang.String read() throws java.io.IOException
void close() throws java.io.IOException