| java.io.DataOutputStream subclass used between the controller and the
driver.
Creates a buffered DataOutputStream upon a given
java.net.Socket and
adds its creation date (as a long ) for statistics purposes on
the socket. This class is now an implementation detail and references to it
should be replaced by references to the more abstract
LongUTFDataOutputStream. Ultimaltely this class could/should be moved out of
the protocol package, closer to the very few classes that really need to
reference it.
See Also: java.io.DataInputStream See Also: org.continuent.sequoia.common.stream.DriverBufferedOutputStream author: Nicolas Modrzyk author: Emmanuel Cecchet author: Marc Herbert author: Gilles Rayrat |