Question
Custom path resolver
Hi,
I'm using path resolver (Application.setPathResolver) in one application to resolve some external resources. (Using flex compiler oem)
But, tight now, this resources only exists as byte[] (retrieved from a remote server). In order to use current path resolve I need to save this data into a File.
Is there any way to work with byte[] only? This is a sensible data and I prefer do not to save it at disk, even if is just for a moment.
VELO
I'm using path resolver (Application.setPathResolver) in one application to resolve some external resources. (Using flex compiler oem)
But, tight now, this resources only exists as byte[] (retrieved from a remote server). In order to use current path resolve I need to save this data into a File.
Is there any way to work with byte[] only? This is a sensible data and I prefer do not to save it at disk, even if is just for a moment.
VELO
