[java-dev] Arbitrary binary data with TcpSender?
Nick Rothwell
nick at cassiel.com
Wed Jan 9 15:06:23 MST 2008
- Previous message: [java-dev] Arbitrary binary data with TcpSender?
- Next message: [java-dev] Re: Arbitrary binary data with TcpSender?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you want to send arbitrary binary data over TCP, then you're basically working at the level that the Java API provides (the stuff in java.net.* specifically). I don't see why you'd want to link against the com.cycling74 classes. (TcpSender seems to be a wrapper around Socket anyway, with some sanitisation for Atoms and InetAddresses.) -- N. Nick Rothwell / Cassiel.com Limited www.cassiel.com www.myspace.com/cassieldotcom www.last.fm/music/cassiel www.reverbnation.com/cassiel www.linkedin.com/in/cassiel www.loadbang.net
- Previous message: [java-dev] Arbitrary binary data with TcpSender?
- Next message: [java-dev] Re: Arbitrary binary data with TcpSender?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
