Class Summary |
ContentType |
Represents a immutable MIME ContentType value (RFC 2616 §3.7)
media-type = type "/" subtype *( ";" parameter ) type = token
subtype = token
Rule M1.13 : Package implementers shall only create and only recognize parts
with a content type; format designers shall specify a content type for each
part included in the format. |
ContentTypeManager |
Manage package content types ([Content_Types].xml part). |
FileHelper |
Provide useful method to manage file. |
MemoryPackagePart |
Memory version of a package part. |
MemoryPackagePartOutputStream |
Build an output stream for MemoryPackagePart. |
PackagePropertiesPart |
Represents the core properties part of a package. |
ZipContentTypeManager |
Zip implementation of the ContentTypeManager. |
ZipHelper |
|