Uses of Class
us.irdev.bedrock.bag.formats.FormatWriter
Package
Description
Provides FormatReader and FormatWriter classes in support of the bedrock package.
-
Uses of FormatWriter in us.irdev.bedrock.bag.formats
Modifier 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.Modifier and TypeMethodDescriptionstatic void
FormatWriter.registerFormatWriter
(String format, boolean replace, Supplier<FormatWriter> supplier)