Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

R.utils (version 0.8.0)

writeUTF.Java: Writes a string to a connection in Java format (UTF-8)

Description

Writes a string to a connection in Java format (UTF-8) so it will be readable by Java. At the beginning of each UTF-8 sequence there is a short integer telling how many bytes (characters?) follows.

Usage

Java$writeUTF(con, str, ...)

Arguments

con
Binary connection to be written to.
str
String to be written.

synopsis

writeUTF.Java(static, con, str, ...)

See Also

For more information see Java.