readJavaUTFString {PamBinaries} | R Documentation |
Read Java UTF-8 String
Description
Reads a Java UTF-8 string. The first 2 bytes are the length of the string, then the string itself.
Usage
readJavaUTFString(file)
Arguments
file |
binary file to be read |
Value
the string and its length
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
[Package PamBinaries version 1.9.0 Index]