mz_stream_vtbl_s class

/

Inheritance

Constructors

mz_stream_vtbl_s()

Properties

close mz_stream_close_cb
getter/setter pair
create mz_stream_create_cb
getter/setter pair
destroy mz_stream_destroy_cb
getter/setter pair
error mz_stream_error_cb
getter/setter pair
get_prop_int64 mz_stream_get_prop_int64_cb
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
is_open mz_stream_is_open_cb
getter/setter pair
open mz_stream_open_cb
getter/setter pair
read mz_stream_read_cb
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seek mz_stream_seek_cb
getter/setter pair
set_prop_int64 mz_stream_set_prop_int64_cb
getter/setter pair
tell mz_stream_tell_cb
getter/setter pair
write mz_stream_write_cb
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited