| Package | Description |
|---|---|
| android.graphics |
| Modifier and Type | Method and Description |
|---|---|
static BitmapRegionDecoder |
BitmapRegionDecoder.newInstance(byte[] data,
int offset,
int length,
boolean isShareable) |
static BitmapRegionDecoder |
BitmapRegionDecoder.newInstance(FileDescriptor fd,
boolean isShareable) |
static BitmapRegionDecoder |
BitmapRegionDecoder.newInstance(InputStream is,
boolean isShareable) |
static BitmapRegionDecoder |
BitmapRegionDecoder.newInstance(String pathName,
boolean isShareable) |
Copyright © 2008-2013. All Rights Reserved.