Home
last modified time | relevance | path

Searched defs:openStream (Results 1 – 19 of 19) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DByteSink.java70 public abstract OutputStream openStream() throws IOException; in openStream() method in ByteSink
162 public Writer openStream() throws IOException { in openStream() method in ByteSink.AsCharSink
DByteSource.java84 public abstract InputStream openStream() throws IOException; in openStream() method in ByteSource
434 public Reader openStream() throws IOException { in openStream() method in ByteSource.AsCharSource
460 public InputStream openStream() throws IOException { in openStream() method in ByteSource.SlicedByteSource
514 public InputStream openStream() { in openStream() method in ByteSource.ByteArrayByteSource
598 public InputStream openStream() throws IOException { in openStream() method in ByteSource.ConcatenatedByteSource
DCharSource.java80 public abstract Reader openStream() throws IOException; in openStream() method in CharSource
352 public Reader openStream() { in openStream() method in CharSource.CharSequenceCharSource
DCharSink.java64 public abstract Writer openStream() throws IOException; in openStream() method in CharSink
DResources.java86 public InputStream openStream() throws IOException { in openStream() method in Resources.UrlByteSource
DFiles.java126 public FileInputStream openStream() throws IOException { in openStream() method in Files.FileByteSource
201 public FileOutputStream openStream() throws IOException { in openStream() method in Files.FileByteSink
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassPathEntry.java25 InputStream openStream() throws IOException; in openStream() method
DClassPathIterator.java171 public InputStream openStream() throws IOException { in next() method in ClassPathIterator.ZipIterator
/external/guava/guava-tests/test/com/google/common/io/
DTestCharSource.java54 public Reader openStream() throws IOException { in openStream() method in TestCharSource
DTestByteSink.java57 public OutputStream openStream() throws IOException { in openStream() method in TestByteSink
DTestByteSource.java57 public InputStream openStream() throws IOException { in openStream() method in TestByteSource
DTestCharSink.java59 public Writer openStream() throws IOException { in openStream() method in TestCharSink
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DAssetInfo.java75 public abstract InputStream openStream(); in openStream() method in AssetInfo
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DZipLocator.java61 public InputStream openStream(){ in openStream() method in ZipLocator.JarAssetInfo
DUrlAssetInfo.java48 public InputStream openStream() { in openStream() method in UrlAssetInfo
DFileLocator.java71 public InputStream openStream() { in openStream() method in FileLocator.AssetInfoFile
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/
DAndroidLocator.java28 public InputStream openStream() { in openStream() method in AndroidLocator.AndroidAssetInfo
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp556 SkStreamAsset* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) { in openStream() function in SkFontConfigInterfaceDirect
/external/skia/src/core/
DSkTypeface.cpp212 SkStreamAsset* SkTypeface::openStream(int* ttcIndex) const { in openStream() function in SkTypeface