Reading byte[] from socket
Posted by
Paolo Cristofanelli on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Reading-byte-from-socket-tp14525.html
Hi,
I would like to read a stream of byte[] from a socket. I know the "writeToSocket" function that allows you to specify a serialization schema to write your stream.
I would like to do the same but for reading, specifying a deserialization schema that allows me to retrieve a stream of the class I have written before.
Best Regards
Paolo