OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convertstream
(Results
1 - 1
of
1
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java
249
ByteArrayOutputStream
convertStream
= new ByteArrayOutputStream(
251
avatar.compress(Bitmap.CompressFormat.JPEG, 95,
convertStream
);
252
convertStream
.flush();
253
convertStream
.close();
256
return
convertStream
.toByteArray();
Completed in 69 milliseconds