shaka-packager/packager/media/file
Jacob Trimble 8a0458c17b Added MemoryFile, a File type stored in memory.
This can be used for unit tests to reduce the need for temporary
files.  A MemoryFile acts the same as any other File object, but
stores the contents in memory.  The memory pointer can be accessed
directly.  A file with the 'memory://' prefix will be a memory file.

Change-Id: I10ae3ed5391c8fd838e6dfb33106dec959bdc224
2016-01-04 22:50:07 +00:00
..
file.cc Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
file.gyp Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
file.h Added WebM muxer. 2015-12-15 20:34:44 +00:00
file_closer.h Fix a possible crash if a file fails to be closed 2015-11-13 10:07:13 -08:00
file_unittest.cc Added Seek & Tell functionality to ThreadedIoFile. 2015-12-08 22:55:08 +00:00
io_cache.cc Fix for race condition when flushing ThreadedIoFile. 2015-10-20 16:44:15 +00:00
io_cache.h Fix for race condition when flushing ThreadedIoFile. 2015-10-20 16:44:15 +00:00
io_cache_unittest.cc Fix for race condition when flushing ThreadedIoFile. 2015-10-20 16:44:15 +00:00
local_file.cc Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
local_file.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
memory_file.cc Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
memory_file.h Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
memory_file_unittest.cc Added MemoryFile, a File type stored in memory. 2016-01-04 22:50:07 +00:00
threaded_io_file.cc Added Seek & Tell functionality to ThreadedIoFile. 2015-12-08 22:55:08 +00:00
threaded_io_file.h Added Seek & Tell functionality to ThreadedIoFile. 2015-12-08 22:55:08 +00:00
udp_file.h Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
udp_file_posix.cc Added File Seek and Tell functionality. 2015-05-21 12:48:20 -07:00
udp_file_win.cc Added File Seek and Tell functionality. 2015-05-21 12:48:20 -07:00