#!/usr/bin/python from __future__ import division import sys, os, struct def getTreeStream(path): data = open(path,'rb').read() paths = { 0 : ''} pos = 0 while pos