Interface Provider

    • Method Detail

      • read

        int read​(char[] aDest,
                 int nOfs,
                 int nLen)
          throws IOException
        Reads characters into an array
        Parameters:
        aDest - Destination buffer
        nOfs - Offset at which to start storing characters. Must be ≥ 0.
        nLen - The maximum possible number of characters to read. Must be ≥ 0.
        Returns:
        The number of characters read, or -1 if all read
        Throws:
        IOException - if reading fails