LicenseContainer class abstract

Encapsulates the read/write access to the packaged License Document (eg. in an EPUB container, or a standalone LCPL file).

Implementers

Constructors

LicenseContainer()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
read() Future<ByteData>
toString() String
A string representation of this object.
inherited
write(LicenseDocument license) Future<void>

Operators

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

Static Methods

createLicenseContainer(String filepath, {List<String> mediaTypes = const []}) Future<LicenseContainer>
createLicenseContainerForMediaType(String filepath, MediaType mediaType) LicenseContainer