Searched refs:bytes (Results 1 – 6 of 6) sorted by relevance
56 byte[] bytes = new byte[length]; in describe()57 if (contents.read(bytes, 0, length) == length) { in describe()58 ByteBuffer buf = ByteBuffer.wrap(bytes); in describe()
54 ByteArrayOutputStream bytes = new ByteArrayOutputStream(); in launch() local55 mockup.compress(Bitmap.CompressFormat.PNG, 100, bytes); in launch()61 fo.write(bytes.toByteArray()); in launch()
150 byte[] bytes = stream.toByteArray(); in performFinish()151 InputStream is = new ByteArrayInputStream(bytes); in performFinish()
1218 byte[] bytes = stream.toByteArray(); in generateIcons()1219 InputStream is = new ByteArrayInputStream(bytes); in generateIcons()
196 byte[] bytes = Files.toByteArray(file); in updatePreview()197 ByteArrayInputStream input = new ByteArrayInputStream(bytes); in updatePreview()
170 byte[] bytes = ByteStreams.toByteArray(file.getContents()); in describe()171 String before = new String(bytes, Charsets.UTF_8); in describe()