Loading Asset Bundle from raw bytes

Hello all,

Is there a way to load an asset bundle from raw bytes? In the documentation, it seems that the only way to load one is by using the www class.
(One usecase for this would be to send a bundle over the network to someone else.)

Use AssetBundle.CreateFromMemory().