Zum Hauptinhalt springen

Zymba 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

$this.construct(?int $id): void
Parameters
NameTypeValueDefault
id?intnew
$this.exists(): bool
Returns
TypeValue
bool
$this.getID(): int
Returns
TypeValue
int
null
$this.read(): string
Returns
TypeValue
string
$this.readOut(): this
Returns
TypeValue
$this
$this.write(string $string): this
Parameters
NameTypeValueDefault
stringstring""
Returns
TypeValue
$this