java.lang.Object
↳android.graphics.BitmapRegionDecoder
类描述:
BitmapRegionDecoder类用来编译(解码)在图片内不同的方形区域,BitmapRegionDecoder类在使用较大图片只需要取得图片中的一小部分的内容是特别有效益的。
我们创建一个BitmapRegionDecoder类,并调用newInstace()方法,就可以得到BitmapRegionDecoder的对象之后,我们就能调用decodeRegion()方法去多次获得位图的特定地区的小图片