read String
See readString(Int).
Return
(see linked method).
Read up to (nullable) String value with at most length characters from this stream (may read less, even if the end of stream is not reached).
Return
length characters, or null if there is no remaining text in the stream.
Parameters
length
Maximum number of characters to read (must be greater than zero). Defaults to 4096.