readU8             74 shell/swf.cpp  			return readU8() | readU8()<<8;
readU8             77 shell/swf.cpp  			return readU8() | readU8()<<8 | readU8()<<16 | readU8()<<24;
readU8             81 shell/swf.cpp  			bitBuf = readU8();
readU8            113 shell/swf.cpp  			while (readU8() != 0)