ByteArrayDecodingImageSource.java | 33 byte imagedata[]; field in class:ByteArrayDecodingImageSource 37 public ByteArrayDecodingImageSource(byte imagedata[], int imageoffset, 39 this.imagedata = imagedata; 44 public ByteArrayDecodingImageSource(byte imagedata[]){ 45 this(imagedata, 0, imagedata.length); 57 return new BufferedInputStream(new ByteArrayInputStream(imagedata,
|