readString

 

public String readString(int length) throws IOException;

Reads a string in the codeset identified by characterSet and converts it into Unicode.

Parameters

  • length - The number of characters to read (which might differ from the number of bytes according to the codeset, since some codesets use more than one byte per character).


uj13920_