Searched refs:read (Results 1 – 8 of 8) sorted by relevance
93 if (in.read() == 2) { in readLayer()99 boolean visible = in.read() == 1; in readLayer()105 int read = 0; in readLayer() local106 while (read < dataSize) { in readLayer()107 read += in.read(data, read, dataSize - read); in readLayer()111 BufferedImage chunk = ImageIO.read(arrayIn); in readLayer()146 return ImageIO.read(in); in loadCapture()
5 Each project represents a different test case. For more information, read
15 return new ImageIcon(ImageIO.read(klass.getResourceAsStream(path))); in load()
136 final int chunk = is.read(data, received, len - received); in receive()
196 while ((count = fis.read(buffer)) != -1) { in parseBinaryLogFile()
222 command given above to read the rest.344 Before this used to put the second or more emulators in a transient read-only
231 If you are upgrading from a pre-cupcake to a cupcake or later SDK please read
810 return IconLoader.toCompatibleImage(ImageIO.read(file)); in doInBackground()