com.actian.spark_vector.datastream.writer
Write a ByteArray
a
to out
Writes buffer
to socket
.
Writes buffer
to socket
. Note this method assumes that the buffer is in read mode, i.e.
the position is at 0. To flip a ByteBuffer
before writing, use writeByteBuffer
Write a Vector code to out
Writes an integer to the socket
Write the length len
of a variable length message to out
Write the length len
of a variable length message to out
Write a null-terminated ASCII encoded string to out
, without its preceding length
Write an ASCII encoded string to out
Write using a ByteBuffer
to socket
, exposing to the user a DataOutputStream
Contains helpers to write binary data, conforming to
Vector
's binary protocol