Java$writeUTF | 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.
## Static method (use this):
## Java$writeUTF(con, str, ...)
## Don't use the below:
## S3 method for class 'Java'
writeUTF(static, con, str, ...)
con |
Binary connection to be written to. |
str |
String to be written. |
Henrik Bengtsson
For more information see Java
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.