`
407827531
  • 浏览: 1073135 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
社区版块
存档分类
最新评论

Android decoder->decode returned false for Bitmap download

    博客分类:
  • Bugs
 
阅读更多

推荐安卓开发神器(里面有各种UI特效和android代码库实例)

There is a bug in FlushedInputStream(is). it fails on slow connections but you can try my magical code to fix it.

Bitmap b =BitmapFactory.decodeStream(newFlushedInputStream(is));
imageView.setImageBitmap(b);

create a static class outside your method

 staticclassFlushedInputStreamextendsFilterInputStream{
        publicFlushedInputStream(InputStream inputStream){
            super(inputStream);
        }

        @Override
        publiclong skip(long n)throwsIOException{
            long totalBytesSkipped =0L;
            while(totalBytesSkipped < n){
                long bytesSkipped =in.skip(n - totalBytesSkipped);
                if(bytesSkipped ==0L){
                    int b = read();
                    if(b <0){
                        break;  // we reached EOF
                    }else{
                        bytesSkipped =1;// we read one byte
                    }
                }
                totalBytesSkipped += bytesSkipped;
            }
            return totalBytesSkipped;
        }
    }

and here you go.. now you will not have any problem.

分享到:
评论

相关推荐

    NERO插件包合集,NERO6,7,8,9,10均可以使用 XP,VISTA,WIN7都适用

    --&gt; AAC/MP4 AudioCoding....--&gt; SPX (Speex) Open Source Audio Compression For Speech --&gt; WV WavPack Hybrid Lossless Compression --&gt; MP3pro encoder/decoder --&gt; mpeg2/SVCD --&gt; mpeg2/DVD ---內附使用方法

    atlassian-extras-decoder-v2-3.3.0.jar

    atlassian-extras-decoder-v2-3.3.0是atlassian旗下bamboo产品持续集成插件

    LDAC-Decoder-Evaluation-Kit-lib-for-ADK6.4.0-E.pdf

    * ldac_decoder:LDAC解码器库的源代码 * lib:LDAC解码器库的库文件 * include:LDAC解码器库的头文件 * doc:LDAC解码器库的文档 2. 升级时间戳和复制库和源代码 在升级时间戳时,需要更新LDAC解码器库的版本号...

    protobuf-decoder-master.zip

    protobuf-decoder-master.zip是一个压缩包,包含了一个名为"protobuf-decoder-master"的项目,该项目旨在提供一个无需proto文件即可解码protobuf数据流的工具。protobuf(Protocol Buffers)是Google开发的一种数据...

    Zend-Decoder-master.zip_?ONCUBE DECODE_ionCube decrypt_smooths3t

    Decoder of IonCube, as the name indicates, here you can decode the files encrypted with IonCube easily. We have developers working every day to keep the site and the decoder updated. If you want to ...

    libsixel-perl

    名称Image :: LibSIXEL-libsixel的Perl接口(DEC SIXEL图形编解码器的轻量... $decoder = Image::LibSIXEL::Decoder-&gt;new(); $decoder-&gt;setopt("i", "images/egret.six"); $decoder-&gt;setopt("o", "egret.png"); $decode

    isi-rewrite-decoder-r1.0.0a-linux解码器

    这是基于短语的统计机器翻译的解码器部分,由于原网站不再更新所以不再提供下载链接,这里给个备份,大家需要的可以使用,使用的方法我在博客中http://blog.csdn.net/tianliang0123/article/details/5301847 有说明

    PyPI 官网下载 | can_decoder-0.0.1-py3-none-any.whl

    资源来自pypi官网。 资源全名:can_decoder-0.0.1-py3-none-any.whl

    Decoder-Ring-flex

    -&gt; []为caesar()函数编写测试。 -&gt; []完成polybius()函数。 -&gt; []为polybius()函数编写测试。 -&gt; []完成replace()函数。 -&gt; []编写替代()函数的测试。 -&gt; []所有测试均通过Qualified。 -&gt; 要通过该项目,...

    You Only Cache Once: Decoder-Decoder Architectures for Language

    ### You Only Cache Once: Decoder-Decoder Architectures for Large Language Models #### 概述 "You Only Cache Once: Decoder-Decoder Architectures for Language" 这一研究论文介绍了一种名为 YOCO 的新型...

    matlab-adsb-decoder-master_ADSB_ads-b解码_ADSB_ads-bmatlab_ADS-B_源

    本项目"matlab-adsb-decoder-master"是针对ADS-B数据的解码实现,它在MATLAB平台上进行,为用户提供了理解和分析ADS-B信号的基础工具。 MATLAB是一种强大的编程和计算环境,特别适合于数值分析、算法开发和数据可视...

    media3 ExoPlayer 扩展解码库aar decoder-vp9、decoder-av1、decoder-ffmpeg

    media3 ExoPlayer 扩展解码库aar。 decoder_av1 (视频解码) decoder_ffmpeg (音频解码) decoder_vp9 (视频解码)

    开源项目-carlmjohnson-decoder-ring.zip

    开源项目-carlmjohnson-decoder-ring.zip,decoder-ring: a CLI tool for decoding/encoding from common formats

    JPEGDecoder-master_jpeg_

    This Arduino library supports the rendering of Jpeg files stored both on SD card and in arrays within program memory (FLASH) onto a TFT display

    android save video to ppm

    AVCodec *codec = avcodec_find_decoder(formatContext-&gt;streams[videoStreamIndex]-&gt;codecpar-&gt;codec_id); AVCodecContext *codecContext = avcodec_alloc_context3(codec); if (avcodec_open2(codecContext, ...

    php递归json的类

    $data = $decoder-&gt;decode($jsonString); print_r($data); ``` 这将输出以下内容: ``` Array ( [name] =&gt; John [age] =&gt; 30 [children] =&gt; Array ( [0] =&gt; Array ( [name] =&gt; Anna [age] =&gt; 5 ) [1] =...

    android平台ExoPlayer ffmpeg依赖包lib-decoder-ffmpeg-release.aar

    结合ExoPlayer 使用的 Android 库,利用 FFmpeg 提供的...通过 lib-decoder-ffmpeg-release.aar 可以扩展 ExoPlayer 支持的音视频格式数量,包括一些更为冷门或特定的编码格式,比如某些 MP2,AAC、H.264 或 MKV 格式等

    js-protobuf-encode-decode-master.zip

    本项目"js-protobuf-encode-decode-master.zip"提供了一个在线工具,专门用于处理JavaScript环境下的Protobuf编码和解码操作。 Protobuf是一种由Google开发的数据序列化协议,它定义了一种二进制数据格式,比JSON...

    1035-极智开发-解读Decoder-Only架构及示例代码

    1035_极智开发_解读Decoder-Only架构及示例代码

    VC调用ffmpeg步骤及示例代码

    SwsContext* swsCtx = sws_getCachedContext(NULL, pCodecCtx-&gt;width, pCodecCtx-&gt;height, pCodecCtx-&gt;pix_fmt, pCodecCtx-&gt;width, pCodecCtx-&gt;height, AV_PIX_FMT_BGR24, SWS_BICUBIC, NULL, NULL, NULL);...

Global site tag (gtag.js) - Google Analytics