Learn R Programming

PamBinaries (version 1.9.3)

readJavaUTFString: 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)

Value

the string and its length

Arguments

file

binary file to be read

Author

Taiki Sakai taiki.sakai@noaa.gov