OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputSupplier
(Results
1 - 25
of
27
) sorted by null
1
2
/external/guava/guava/src/com/google/common/io/
OutputSupplier.java
26
* @deprecated For {@code
OutputSupplier
<? extends OutputStream>}, use
27
* {@link ByteSink} instead. For {@code
OutputSupplier
<? extends Writer>},
28
* use {@link CharSink}. Implementations of {@code
OutputSupplier
} that
34
public interface
OutputSupplier
<T> {
CharStreams.java
121
public static
OutputSupplier
<OutputStreamWriter> newWriterSupplier(
122
final
OutputSupplier
<? extends OutputStream> out, final Charset charset) {
139
OutputSupplier
<W> to) throws IOException {
158
OutputSupplier
<W> to) throws IOException {
521
// TODO(user): Remove these once Input/
OutputSupplier
methods are removed
586
* @deprecated Convert all {@code
OutputSupplier
<? extends Appendable>}
593
final
OutputSupplier
<? extends Appendable> supplier) {
615
static <W extends Writer>
OutputSupplier
<W> asOutputSupplier(
617
return (
OutputSupplier
) checkNotNull(sink);
ByteSink.java
47
public abstract class ByteSink implements
OutputSupplier
<OutputStream> {
78
* {@link
OutputSupplier
} interface and should not be called directly. Use
CharSink.java
49
public abstract class CharSink implements
OutputSupplier
<Writer> {
72
* {@link
OutputSupplier
} interface and should not be called directly. Use
ByteStreams.java
114
OutputSupplier
<? extends OutputStream> to) throws IOException {
131
OutputSupplier
<? extends OutputStream> to) throws IOException {
168
OutputSupplier
<? extends OutputStream> to) throws IOException {
[
all
...]
Files.java
261
public static
OutputSupplier
<FileOutputStream> newOutputStreamSupplier(
279
public static
OutputSupplier
<FileOutputStream> newOutputStreamSupplier(
319
public static
OutputSupplier
<OutputStreamWriter> newWriterSupplier(File file,
339
public static
OutputSupplier
<OutputStreamWriter> newWriterSupplier(File file,
411
public static void copy(File from,
OutputSupplier
<? extends OutputStream> to)
528
Charset charset,
OutputSupplier
<W> to) throws IOException {
[
all
...]
BaseEncoding.java
192
* Returns an {@code
OutputSupplier
} that supplies streams that encode bytes using this encoding
193
* into writers from the specified {@code
OutputSupplier
}.
200
public final
OutputSupplier
<OutputStream> encodingStream(
201
final
OutputSupplier
<? extends Writer> writerSupplier) {
203
return new
OutputSupplier
<OutputStream>() {
/external/vogar/lib/
guava.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar
/prebuilts/misc/common/android-support-test/
espresso-core.jar
/prebuilts/misc/common/guava/
guava-15.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/packages/services/Telecomm/libs/
guava.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
guava-17.0.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 463 milliseconds
1
2