- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for EmptyCharSource (0.07 seconds)
-
android/guava/src/com/google/common/io/CharSource.java
throw closer.rethrow(e); } finally { closer.close(); } } } private static final class EmptyCharSource extends StringCharSource { private static final EmptyCharSource INSTANCE = new EmptyCharSource(); private EmptyCharSource() { super(""); } @Override public String toString() { return "CharSource.empty()"; } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 25.7K bytes - Click Count (0)