class Duplex
package haxe.io
implements IWritable, IReadable
extended by Socket
Available on all platforms
A stream which is both readable and writable.
This is an abstract base class that should never be used directly. Instead,
child classes should override the internalRead and internalWrite methods.
See haxe.io.Readable and haxe.io.Writable.