예제 #1
0
 def setOutputScript(self, datFile):
     """Sets output script."""
     self.outputScript = binaryRead.readByteNumber(datFile,
                                                   self.scriptLength)
예제 #2
0
파일: Input.py 프로젝트: TimTosi/spelunker
	def setScriptData(self, datFile, scriptLength):
		"""Sets input script."""
		self.scriptData = binaryRead.readByteNumber(datFile, scriptLength)
예제 #3
0
파일: Output.py 프로젝트: TimTosi/spelunker
	def setOutputScript(self, datFile):
		"""Sets output script."""
		self.outputScript = binaryRead.readByteNumber(datFile, self.scriptLength)
예제 #4
0
 def setScriptData(self, datFile, scriptLength):
     """Sets input script."""
     self.scriptData = binaryRead.readByteNumber(datFile, scriptLength)