A filesystem have been saved in an image file, this image can be mounted in FreeBSD like any other filesystem.
More information is available in FreeBSD Handbook, in the section Network, Memory and File Backed File System.
# mdconfig -a -t vnode -f filename
# mount -t type memory-disk-device mount-point
# mdconfig -l
# mdconfig -d -u memory-disk-ID