Java$readUTF | R Documentation |
Reads a Java (UTF-8) formatted string from a connection.
## Static method (use this):
## Java$readUTF(con, as.character=TRUE, ...)
## Don't use the below:
## S3 method for class 'Java'
readUTF(static, con, as.character=TRUE, ...)
con |
Binary connection to be read from. |
as.character |
If |
... |
Not used. |
Currently only 8-bit UTF-8 byte sequences are supported, i.e. plain ASCII sequences, i.e. characters that take up more than one byte are read incorrectly without any warnings.
Returns a character
string or an integer
vector
.
Henrik Bengtsson
readBin
().
For more information see Java
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.