public interface ConnectionWithWriteLogging extends Connection
| Modifier and Type | Method and Description |
|---|---|
void |
addWriteLogStream(OutputStream logStream)
Adds the OutputStream to the connection to log all data written to the connected device.
|
bytesAvailable, close, getConnectionReestablisher, getMaxTimeoutForRead, getSimpleConnectionName, getTimeToWaitForMoreData, isConnected, open, read, read, readChar, sendAndWaitForResponse, sendAndWaitForResponse, sendAndWaitForValidResponse, sendAndWaitForValidResponse, setMaxTimeoutForRead, setTimeToWaitForMoreData, toString, waitForData, write, write, writevoid addWriteLogStream(OutputStream logStream)
logStream - log all write data to this stream.
© 2016 ZIH Corp. All Rights Reserved.