summaryrefslogtreecommitdiffstats
path: root/tests/LargeAssetTest/assets/million-ints
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2010-07-26 11:24:18 -0700
committerChristopher Tate <ctate@google.com>2010-07-28 15:33:28 -0700
commitb100cbf178e91d6652ebbad3ed36684cacb9d10e (patch)
treeacb386c8adee2d0390193fc631f841f8d76ea5d7 /tests/LargeAssetTest/assets/million-ints
parent0c39b6c65bcb96ed6438c7d792a67708409d8f0f (diff)
downloadframeworks_base-b100cbf178e91d6652ebbad3ed36684cacb9d10e.zip
frameworks_base-b100cbf178e91d6652ebbad3ed36684cacb9d10e.tar.gz
frameworks_base-b100cbf178e91d6652ebbad3ed36684cacb9d10e.tar.bz2
Support streaming of compressed assets > 1 megabyte
Compressed assets larger than one megabyte are now decompressed on demand rather than being decompressed in their entirety and held in memory. Reading the data in order is relatively efficient, as is seeking forward in the stream. Seeking backwards is supported, but requires reprocessing the compressed data from the beginning, so is very inefficient. In addition, the size limit on compressed assets has been eliminated. Change-Id: I6e68247957e6c53e7e8ba70d12764695f1723bad
Diffstat (limited to 'tests/LargeAssetTest/assets/million-ints')
-rw-r--r--tests/LargeAssetTest/assets/million-intsbin0 -> 4000000 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/LargeAssetTest/assets/million-ints b/tests/LargeAssetTest/assets/million-ints
new file mode 100644
index 0000000..0607de1
--- /dev/null
+++ b/tests/LargeAssetTest/assets/million-ints
Binary files differ