writeUTF.Java {R.utils} | R Documentation |
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.
Java$writeUTF(con, str, ...)
con |
Binary connection to be written to. |
str |
String to be written. |
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Java
.