Searched defs:CharSink (Results 1 - 3 of 3) sorted by relevance
/external/guava/guava/src/com/google/common/io/ | ||
H A D | CharSink.java | 29 * {@code CharSink} is not an open, stateful stream that can be written to and closed. Instead, it 32 * <p>{@code CharSink} provides two kinds of methods: 42 * <p>Any {@link ByteSink} may be viewed as a {@code CharSink} with a specific {@linkplain Charset 44 * resulting {@code CharSink} will written to the {@code ByteSink} as encoded bytes. 49 public abstract class CharSink { class 54 protected CharSink() {} method in class:CharSink |
/external/guice/lib/ | ||
H A D | guava-16.0.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/external/dagger2/lib/ | ||
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
Completed in 154 milliseconds