Uses of Class
no.difi.asic.MimeType
Packages that use MimeType
-
Uses of MimeType in no.difi.asic
Fields in no.difi.asic declared as MimeTypeMethods in no.difi.asic that return MimeTypeModifier and TypeMethodDescriptionstatic MimeTypeAsicUtils.detectMime(String filename) static MimeTypeMethods in no.difi.asic with parameters of type MimeTypeModifier and TypeMethodDescriptionAdds the contents of a file into the ASiC archive using the supplied entry name and MIME type.AsicWriter.add(InputStream inputStream, String filename, MimeType mimeType) Adds the contents of an input stream into the ASiC archive, under a given entry name and explicitly identifying the MIME type. -
Uses of MimeType in no.difi.asic.extras
Methods in no.difi.asic.extras with parameters of type MimeTypeModifier and TypeMethodDescriptionAdds the contents of a file into the ASiC archive using the supplied entry name and MIME type.CmsEncryptedAsicWriter.add(InputStream inputStream, String filename, MimeType mimeType) Adds the contents of an input stream into the ASiC archive, under a given entry name and explicitly identifying the MIME type.CmsEncryptedAsicWriter.addEncrypted(File file, String entryName, MimeType mimeType) CmsEncryptedAsicWriter.addEncrypted(InputStream inputStream, String filename, MimeType mimeType) CmsEncryptedAsicWriter.addEncrypted(Path path, String entryName, MimeType mimeType)