Searched defs:ByteSink (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/io/
H A DByteSink.java31 * {@code ByteSink} is not an open, stateful stream that can be written to and closed. Instead, it
34 * <p>{@code ByteSink} provides two kinds of methods:
47 public abstract class ByteSink { class
52 protected ByteSink() {} method in class:ByteSink
55 * Returns a {@link CharSink} view of this {@code ByteSink} that writes characters to this sink
148 return new OutputStreamWriter(ByteSink.this.openStream(), charset);
153 return ByteSink.this.toString() + ".asCharSink(" + charset + ")";
/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream.h31 // This file declares the ByteSink and ByteSource abstract interfaces. These
32 // interfaces represent objects that consume (ByteSink) or produce (ByteSource)
39 // ByteSink:
73 // ByteSink* sink = ...
77 class LIBPROTOBUF_EXPORT ByteSink { class in namespace:google::protobuf::strings
79 ByteSink() {} function in class:google::protobuf::strings::ByteSink
80 virtual ~ByteSink() {}
85 // Flushes internal buffers. The default implemenation does nothing. ByteSink
91 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ByteSink);
135 // Writes the next n bytes in this ByteSource to the given ByteSink, an
[all...]
/external/icu/icu4c/source/common/
H A Dbytestream.cpp15 ByteSink::~ByteSink() {}
17 char* ByteSink::GetAppendBuffer(int32_t min_capacity,
29 void ByteSink::Flush() {}
/external/icu/icu4c/source/common/unicode/
H A Dbytestream.h9 // Abstract interface that consumes a sequence of bytes (ByteSink).
15 // ByteSink:
47 * A ByteSink can be filled with bytes.
50 class U_COMMON_API ByteSink : public UMemory { class in inherits:UMemory
56 ByteSink() { } function in class:ByteSink
61 virtual ~ByteSink();
77 * on this ByteSink.
91 * If the ByteSink allocates or reallocates an internal buffer, it should use
122 * The ByteSink should be ready for further Append() calls after Flush().
129 ByteSink(cons
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 122 milliseconds