- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for StringCharSource (0.05 sec)
-
android/guava/src/com/google/common/io/CharSource.java
* can't change, and it is faster because many writers and appendables are optimized for * appending string instances. * </ul> */ private static class StringCharSource extends CharSequenceCharSource { StringCharSource(String seq) { super(seq); } @Override public Reader openStream() { return new StringReader((String) seq); } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.7K bytes - Viewed (0) -
guava/src/com/google/common/io/CharSource.java
* can't change, and it is faster because many writers and appendables are optimized for * appending string instances. * </ul> */ private static class StringCharSource extends CharSequenceCharSource { StringCharSource(String seq) { super(seq); } @Override public Reader openStream() { return new StringReader((String) seq); } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 25.3K bytes - Viewed (0)