Uses of Class
us.irdev.bedrock.bag.formats.FormatWriter
Packages that use FormatWriter
Package
Description
Provides FormatReader and FormatWriter classes in support of the bedrock package.
-
Uses of FormatWriter in us.irdev.bedrock.bag.formats
Subclasses of FormatWriter in us.irdev.bedrock.bag.formatsModifier and TypeClassDescriptionclass
class
The FormatWriterText is a configurable text format writer for any format that uses a divider between entries, and a divider between pairs.Method parameters in us.irdev.bedrock.bag.formats with type arguments of type FormatWriterModifier and TypeMethodDescriptionstatic void
FormatWriter.registerFormatWriter
(String format, boolean replace, Supplier<FormatWriter> supplier)