Name

adams.flow.sink.Socket


Synopsis

Just outputs the data to the specified socket.
Any incoming data that isn't a byte array gets converted to a string and its bytes (using the specified encoding) are then transmitted.


Additional information

Flow input/output:
- input: java.lang.Object, byte[], java.lang.Byte[]


See also

Options