Searched defs:openStream (Results 1 - 25 of 36) sorted by relevance

12

/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathEntry.java25 InputStream openStream() throws IOException; method in interface:ClassPathEntry
/external/guava/guava/src/com/google/common/io/
H A DByteSink.java70 public abstract OutputStream openStream() throws IOException; method in class:ByteSink
75 * delegate to {@link #openStream()} when the stream returned by that method does not benefit
85 OutputStream out = openStream();
101 OutputStream out = closer.register(openStream());
123 OutputStream out = closer.register(openStream());
147 public Writer openStream() throws IOException { method in class:ByteSink.AsCharSink
148 return new OutputStreamWriter(ByteSink.this.openStream(), charset);
H A DCharSink.java64 public abstract Writer openStream() throws IOException; method in class:CharSink
69 * to {@link #openStream()} when the stream returned by that method does not benefit from
79 Writer writer = openStream();
95 Writer out = closer.register(openStream());
153 Writer out = closer.register(openStream());
H A DCharSource.java80 public abstract Reader openStream() throws IOException; method in class:CharSource
91 Reader reader = openStream();
109 Reader reader = closer.register(openStream());
129 Reader reader = closer.register(openStream());
130 Writer writer = closer.register(sink.openStream());
147 Reader reader = closer.register(openStream());
224 Reader reader = closer.register(openStream());
243 Reader reader = closer.register(openStream());
337 public Reader openStream() { method in class:CharSource.CharSequenceCharSource
429 public Reader openStream() throw method in class:CharSource.ConcatenatedCharSource
[all...]
H A DResources.java60 * A byte source that reads from a URL using {@link URL#openStream()}.
71 public InputStream openStream() throws IOException { method in class:Resources.UrlByteSource
72 return url.openStream();
H A DByteSource.java84 public abstract InputStream openStream() throws IOException; method in class:ByteSource
89 * delegate to {@link #openStream()} when the stream returned by that method does not benefit
99 InputStream in = openStream();
125 InputStream in = closer.register(openStream());
152 InputStream in = closer.register(openStream());
162 InputStream in = closer.register(openStream());
219 InputStream in = closer.register(openStream());
239 InputStream in = closer.register(openStream());
240 OutputStream out = closer.register(sink.openStream());
257 InputStream in = closer.register(openStream());
419 public Reader openStream() throws IOException { method in class:ByteSource.AsCharSource
445 public InputStream openStream() throws IOException { method in class:ByteSource.SlicedByteSource
499 public InputStream openStream() { method in class:ByteSource.ByteArrayByteSource
583 public InputStream openStream() throws IOException { method in class:ByteSource.ConcatenatedByteSource
[all...]
H A DFiles.java124 public FileInputStream openStream() throws IOException { method in class:Files.FileByteSource
140 FileInputStream in = closer.register(openStream());
199 public FileOutputStream openStream() throws IOException { method in class:Files.FileByteSink
/external/guava/guava-tests/test/com/google/common/io/
H A DTestByteSink.java57 public OutputStream openStream() throws IOException { method in class:TestByteSink
H A DTestByteSource.java57 public InputStream openStream() throws IOException { method in class:TestByteSource
H A DTestCharSink.java54 public Writer openStream() throws IOException { method in class:TestCharSink
56 return new FilterWriter(new OutputStreamWriter(byteSink.openStream(), UTF_8)) {
H A DTestCharSource.java49 public Reader openStream() throws IOException { method in class:TestCharSource
50 return new InputStreamReader(byteSource.openStream(), UTF_8);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DArbitraryInstances.java459 @Override public OutputStream openStream() { method in class:ArbitraryInstances.NullByteSink
/external/skia/src/core/
H A DSkTypeface.cpp233 SkStreamAsset* SkTypeface::openStream(int* ttcIndex) const { function in class:SkTypeface
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/guice/lib/build/
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.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 ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 588 milliseconds

12