HomeSort by relevance Sort by last modified time
    Searched refs:InputStream (Results 426 - 450 of 2666) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoObject.java 30 import java.io.InputStream;
72 public InputStream fullSizeImageData() {
74 InputStream input = mContentResolver.openInputStream(
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadUtils.java 26 import java.io.InputStream;
46 public static void dump(JobContext jc, InputStream is, OutputStream os)
67 InputStream input = null;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 23 import java.io.InputStream;
37 public class MimeBoundaryInputStream extends InputStream {
51 public MimeBoundaryInputStream(InputStream s, String boundary)
114 * @see java.io.InputStream#read()
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryTextBody.java 25 import java.io.InputStream;
53 public MemoryTextBody(InputStream is) throws IOException {
57 public MemoryTextBody(InputStream is, String mimeCharset)
TempFileTextBody.java 23 import java.io.InputStream;
52 public TempFileTextBody(InputStream is) throws IOException {
56 public TempFileTextBody(InputStream is, String mimeCharset)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_GetLocal.java 25 import java.io.InputStream;
42 InputStream in = Support_GetLocal.class.getResourceAsStream(url);
62 InputStream in = new URL(url).openStream();
80 InputStream in = new URL(url).openStream();
  /external/apache-http/src/org/apache/http/impl/conn/
Wire.java 34 import java.io.InputStream;
58 private void wire(String header, InputStream instream)
92 public void output(InputStream outstream)
100 public void input(InputStream instream)
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport12.java 27 import java.io.InputStream;
111 InputStream getResourceAsStream(final ClassLoader cl,
114 return (InputStream)
117 InputStream ris;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport12.java 27 import java.io.InputStream;
111 InputStream getResourceAsStream(final ClassLoader cl,
114 return (InputStream)
117 InputStream ris;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport12.java 27 import java.io.InputStream;
111 InputStream getResourceAsStream(final ClassLoader cl,
114 return (InputStream)
117 InputStream ris;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport12.java 27 import java.io.InputStream;
108 InputStream getResourceAsStream(final ClassLoader cl,
111 return (InputStream)
114 InputStream ris;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport12.java 27 import java.io.InputStream;
111 InputStream getResourceAsStream(final ClassLoader cl,
114 return (InputStream)
117 InputStream ris;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport12.java 27 import java.io.InputStream;
111 InputStream getResourceAsStream(final ClassLoader cl,
114 return (InputStream)
117 InputStream ris;
  /external/glide/library/src/main/java/com/bumptech/glide/
BitmapTypeRequest.java 14 import java.io.InputStream;
24 private final ModelLoader<ModelType, InputStream> streamModelLoader;
30 ModelLoader<A, InputStream> streamModelLoader,
49 ModelLoader<ModelType, InputStream> streamModelLoader,
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
MediaStoreThumbFetcher.java 15 import java.io.InputStream;
18 * A DataFetcher that retrieves an {@link java.io.InputStream} for a local Uri that may or may not be for a resource
24 public class MediaStoreThumbFetcher implements DataFetcher<InputStream> {
31 private final DataFetcher<InputStream> defaultFetcher;
35 private InputStream inputStream;
37 public MediaStoreThumbFetcher(Context context, Uri mediaStoreUri, DataFetcher<InputStream> defaultFetcher,
42 MediaStoreThumbFetcher(Context context, Uri mediaStoreUri, DataFetcher<InputStream> defaultFetcher, int width,
53 public InputStream loadData(Priority priority) throws Exception {
57 inputStream = fetcher.open(context, mediaStoreUri)
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceDecoder.java 16 import java.io.InputStream;
20 * from an {@link InputStream} or a {@link android.os.ParcelFileDescriptor ParcelFileDescriptor}.
30 private final ResourceDecoder<InputStream, GifDrawable> gifDecoder;
37 ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool) {
43 ResourceDecoder<InputStream, GifDrawable> gifDecoder, BitmapPool bitmapPool, ImageTypeParser parser,
80 InputStream bis = streamFactory.build(source.getStream(), bytes);
91 // We can only reset the buffered InputStream, so to start from the beginning of the stream, we need to
99 private GifBitmapWrapper decodeGifWrapper(InputStream bis, int width, int height) throws IOException {
139 public InputStream build(InputStream is, byte[] buffer)
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
StrictLineReader.java 23 import java.io.InputStream;
28 * Buffers input from an {@link InputStream} for reading lines.
49 private final InputStream in;
56 * {@code InputStream} throws an {@code IOException}, end may remain as either pos or -1.
65 * @param in the {@code InputStream} to read data from.
71 public StrictLineReader(InputStream in, Charset charset) {
78 * @param in the {@code InputStream} to read data from.
86 public StrictLineReader(InputStream in, int capacity, Charset charset) {
103 * Closes the reader by closing the underlying {@code InputStream} and
106 * @throws IOException for errors when closing the underlying {@code InputStream}
    [all...]
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 28 import java.io.InputStream;
99 public InputStream openStream() throws IOException {
114 public InputStream openStream() throws IOException {
131 private synchronized InputStream openInputStream() throws IOException {
LegacyCloseables.java 21 import java.io.InputStream;
56 * resource, use {@link #closeQuietly(InputStream)} or {@link #closeQuietly(Reader)}. See
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
ResourceReader.java 16 import java.io.InputStream;
101 public ResourceReader(InputStream is, String resourceName, String encoding) {
125 public ResourceReader(InputStream is, String resourceName) {
245 InputStream is = ICUData.getStream(root, resourceName);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
ResourceReader.java 15 import java.io.InputStream;
99 public ResourceReader(InputStream is, String resourceName, String encoding) {
123 public ResourceReader(InputStream is, String resourceName) {
243 InputStream is = ICUData.getStream(root, resourceName);
  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 46 * @see ClassPool#makeClass(InputStream)
76 public InputStream openClassfile(String classname) {
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
PrefixFileReader.java 22 import java.io.InputStream;
52 InputStream source =
78 InputStream source =
93 private static void close(InputStream in) {
  /external/proguard/src/proguard/io/
RenamedDataEntry.java 59 public InputStream getInputStream() throws IOException
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDataStore.java 21 @Nonnull @Override public InputStream readAt(int offset) {

Completed in 981 milliseconds

<<11121314151617181920>>