JpegData class
Constructors
- JpegData()
Properties
- adobe ↔ JpegAdobe?
-
getter/setter pair
- comment ↔ String?
-
getter/setter pair
-
components
→ List<
ComponentData> -
final
- exif → ExifData
-
final
- frame ↔ JpegFrame?
-
getter/setter pair
-
frames
→ List<
JpegFrame?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
no setter
-
huffmanTablesAC
→ List<
List?> -
final
-
huffmanTablesDC
→ List<
List?> -
final
- input ↔ InputBuffer
-
getter/setter pair
- jfif ↔ JpegJfif
-
getter/setter pair
-
quantizationTables
→ List<
Int16List?> -
final
- resetInterval ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int?
-
no setter
Methods
-
getImage(
) → Image -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
List< int> bytes) → void -
readInfo(
List< int> bytes) → JpegInfo? -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
List< int> bytes) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited