ZeyOSZeyOS.BinFileOn this pageZymba Documentation ZeyOS.BinFile object @ZeyOS.BinFile(@Base) { construct(?int $id) {} exists(): bool {} getID(): int {} read(): string {} readOut(): $this {} write(string $string): $this {}} Prototype Base Methods Method: construct$this.construct(?int $id): voidParametersNameTypeValueDefaultid?intnew Method: exists$this.exists(): boolReturnsTypeValuebool Method: getID$this.getID(): intReturnsTypeValueintnull Method: read$this.read(): stringReturnsTypeValuestring Method: readOut$this.readOut(): thisReturnsTypeValue$this Method: write$this.write(string $string): thisParametersNameTypeValueDefaultstringstring""ReturnsTypeValue$this