Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toStringBuilder (0.08 sec)

  1. guava/src/com/google/common/io/CharStreams.java

       * @return a string containing all the characters
       * @throws IOException if an I/O error occurs
       */
      public static String toString(Readable r) throws IOException {
        return toStringBuilder(r).toString();
      }
    
      /**
       * Reads all characters from a {@link Readable} object into a new {@link StringBuilder} instance.
       * Does not close the {@code Readable}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 10.9K bytes
    - Viewed (0)
Back to top