Package space Engineers. transport
Types
Link copied to clipboard
class AlwaysReturnSameLineReaderWriter(val response: String) : StringLineReaderWriter
Content copied to clipboard
Link copied to clipboard
class AppendToFileReaderWriter( val rw: StringLineReaderWriter, val file: File, clearFile: Boolean = true) : StringLineReaderWrapper, Closeable
Content copied to clipboard
Link copied to clipboard
class PresetLinesReaderWriter(val lines: List<String>) : StringLineReaderWriter
Content copied to clipboard
Link copied to clipboard
class ReconnectingSocketReaderWriter( val host: String = DEFAULT_HOSTNAME, val port: UShort = DEFAULT_PORT, val maxWaitTime: Duration = DEFAULT_MAX_WAIT_TIME, val socketConnectionTimeout: Duration = DEFAULT_SOCKET_CONNECTION_TIMEOUT, val socketDataTimeout: Duration = DEFAULT_SOCKET_DATA_TIMEOUT, val maxRetries: Int = DEFAULT_MAX_RETRIES) : StringLineReaderWriter
Content copied to clipboard
Link copied to clipboard
class SocketReaderWriter( val host: String = DEFAULT_HOSTNAME, val port: UShort = DEFAULT_PORT, val maxWaitTime: Duration = DEFAULT_MAX_WAIT_TIME, val socketConnectionTimeout: Duration = DEFAULT_SOCKET_CONNECTION_TIMEOUT, val socketDataTimeout: Duration = DEFAULT_SOCKET_DATA_TIMEOUT) : StringLineReaderWriter
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard