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