Searched defs:openStream (Results 1 - 25 of 29) 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/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetInfo.java75 public abstract InputStream openStream(); method in class:AssetInfo
/external/guava/guava/src/com/google/common/io/
H A DByteSink.java70 public abstract OutputStream openStream() throws IOException; method in class:ByteSink
79 * {@link #openStream} instead. This method is scheduled for removal in Guava 18.0.
84 return openStream();
90 * delegate to {@link #openStream()} when the stream returned by that method does not benefit
100 OutputStream out = openStream();
116 OutputStream out = closer.register(openStream());
138 OutputStream out = closer.register(openStream());
162 public Writer openStream() throws IOException { method in class:ByteSink.AsCharSink
163 return new OutputStreamWriter(ByteSink.this.openStream(), charset);
H A DCharSink.java64 public abstract Writer openStream() throws IOException; method in class:CharSink
73 * {@link #openStream} instead. This method is scheduled for removal in Guava 18.0.
78 return openStream();
84 * to {@link #openStream()} when the stream returned by that method does not benefit from
94 Writer writer = openStream();
110 Writer out = closer.register(openStream());
168 Writer out = closer.register(openStream());
H A DResources.java75 * A byte source that reads from a URL using {@link URL#openStream()}.
86 public InputStream openStream() throws IOException { method in class:Resources.UrlByteSource
87 return url.openStream();
H A DCharSource.java80 public abstract Reader openStream() throws IOException; method in class:CharSource
88 * {@link InputSupplier} interface and should not be called directly. Use {@link #openStream}
94 return openStream();
106 Reader reader = openStream();
124 Reader reader = closer.register(openStream());
144 Reader reader = closer.register(openStream());
145 Writer writer = closer.register(sink.openStream());
162 Reader reader = closer.register(openStream());
239 Reader reader = closer.register(openStream());
258 Reader reader = closer.register(openStream());
352 public Reader openStream() { method in class:CharSource.CharSequenceCharSource
444 public Reader openStream() throws IOException { method in class:CharSource.ConcatenatedCharSource
[all...]
H A DByteSource.java84 public abstract InputStream openStream() throws IOException; method in class:ByteSource
92 * {@link InputSupplier} interface and should not be called directly. Use {@link #openStream}
98 return openStream();
104 * delegate to {@link #openStream()} when the stream returned by that method does not benefit
114 InputStream in = openStream();
140 InputStream in = closer.register(openStream());
167 InputStream in = closer.register(openStream());
177 InputStream in = closer.register(openStream());
234 InputStream in = closer.register(openStream());
254 InputStream in = closer.register(openStream());
434 public Reader openStream() throws IOException { method in class:ByteSource.AsCharSource
460 public InputStream openStream() throws IOException { method in class:ByteSource.SlicedByteSource
514 public InputStream openStream() { method in class:ByteSource.ByteArrayByteSource
598 public InputStream openStream() throws IOException { method in class:ByteSource.ConcatenatedByteSource
[all...]
H A DFiles.java126 public FileInputStream openStream() throws IOException { method in class:Files.FileByteSource
142 FileInputStream in = closer.register(openStream());
201 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.java59 public Writer openStream() throws IOException { method in class:TestCharSink
61 return new FilterWriter(new OutputStreamWriter(byteSink.openStream(), UTF_8)) {
H A DTestCharSource.java54 public Reader openStream() throws IOException { method in class:TestCharSource
55 return new InputStreamReader(byteSource.openStream(), UTF_8);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DFileLocator.java71 public InputStream openStream() { method in class:FileLocator.AssetInfoFile
H A DUrlAssetInfo.java48 public InputStream openStream() { method in class:UrlAssetInfo
H A DZipLocator.java61 public InputStream openStream(){ method in class:ZipLocator.JarAssetInfo
H A DHttpZipLocator.java322 private InputStream openStream(ZipEntry2 entry) throws IOException{ method in class:HttpZipLocator
330 public InputStream openStream(String name) throws IOException{ method in class:HttpZipLocator
335 return openStream(entry);
356 public InputStream openStream() {
358 return HttpZipLocator.this.openStream(entry);
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
H A DAndroidLocator.java28 public InputStream openStream() { method in class:AndroidLocator.AndroidAssetInfo
/external/skia/src/core/
H A DSkTypeface.cpp212 SkStreamAsset* SkTypeface::openStream(int* ttcIndex) const { function in class:SkTypeface
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp115 SkStreamAsset* openStream(const FontIdentity&) override;
556 SkStreamAsset* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) { function in class:SkFontConfigInterfaceDirect
/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/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/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 531 milliseconds

12