OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:byteoutput
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataClient.java
181
ByteArrayOutputStream
byteOutput
= new ByteArrayOutputStream(data.length / 2);
182
GZIPOutputStream gzipOutput = new GZIPOutputStream(
byteOutput
);
185
entity = new ByteArrayEntity(
byteOutput
.toByteArray());
Completed in 127 milliseconds