Uses of Class
org.midheaven.io.ByteContentFormat
Packages that use ByteContentFormat
-
Uses of ByteContentFormat in org.midheaven.io
Fields in org.midheaven.io declared as ByteContentFormatModifier and TypeFieldDescriptionstatic final ByteContentFormatByteContentFormats.CSVConstant for CSV.static final ByteContentFormatByteContentFormats.DOCXConstant for DOCX.static final ByteContentFormatByteContentFormats.HTMLConstant for HTML.static final ByteContentFormatByteContentFormats.PDFConstant for PDF.static final ByteContentFormatByteContentFormats.PFXConstant for PFX.static final ByteContentFormatByteContentFormats.TXTConstant for TXT.static final ByteContentFormatByteContentFormats.XLSConstant for XLS.static final ByteContentFormatByteContentFormats.XLSXConstant for XLSX.static final ByteContentFormatByteContentFormats.XMLConstant for XML.static final ByteContentFormatByteContentFormats.YAMLConstant for YAML.static final ByteContentFormatByteContentFormats.ZIPConstant for ZIP.Methods in org.midheaven.io that return ByteContentFormatModifier and TypeMethodDescriptionfinal ByteContentFormatByteContent.format()Performs format.static ByteContentFormatCreates an instance from the provided value.Methods in org.midheaven.io with parameters of type ByteContentFormatModifier and TypeMethodDescriptionByteContentBuilder.withFormat(ByteContentFormat format) Performs withFormat.NamedByteContentBuilder.withFormat(ByteContentFormat format) Performs withFormat.Constructors in org.midheaven.io with parameters of type ByteContentFormat