jpeg12_source_mgr class

Inheritance
Implemented types
Available extensions

Constructors

jpeg12_source_mgr()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
bytes_in_buffer int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
j12_fill_input_buffer Pointer<NativeFunction<Int32 Function(j12_decompress_ptr)>>
getter/setter pair
j12_init_source Pointer<NativeFunction<Void Function(j12_decompress_ptr)>>
getter/setter pair
j12_resync_to_restart Pointer<NativeFunction<Int32 Function(j12_decompress_ptr, Int)>>
getter/setter pair
j12_skip_input_data Pointer<NativeFunction<Void Function(j12_decompress_ptr, Long)>>
getter/setter pair
j12_term_source Pointer<NativeFunction<Void Function(j12_decompress_ptr)>>
getter/setter pair
next_input_byte Pointer<JOCTET>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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