OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streamToBytes
(Results
1 - 5
of
5
) sorted by null
/external/apache-harmony/support/src/test/java/tests/support/
Streams.java
36
public static byte[]
streamToBytes
(InputStream source) throws IOException {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java
51
private static byte[]
streamToBytes
(InputStream is) {
108
byte[] array =
streamToBytes
(is);
/external/volley/src/main/java/com/android/volley/toolbox/
DiskBasedCache.java
133
byte[] data =
streamToBytes
(cis, cis.bytesRemaining());
340
static byte[]
streamToBytes
(CountingInputStream cis, long length) throws IOException {
344
throw new IOException("
streamToBytes
length=" + length + ", maxLength=" + maxLength);
602
byte[] b =
streamToBytes
(cis, n);
/external/volley/src/test/java/com/android/volley/toolbox/
DiskBasedCacheTest.java
353
DiskBasedCache.
streamToBytes
(cis, -1);
362
DiskBasedCache.
streamToBytes
(cis, 2);
371
DiskBasedCache.
streamToBytes
(cis, 0x100000000L); // int value is 0
/external/guice/extensions/persist/lib/
hsqldb.jar
Completed in 2166 milliseconds