Uses of Class
io.github.kelsoncm.fwf.descriptors.FileDescriptor
Packages that use FileDescriptor
-
Uses of FileDescriptor in io.github.kelsoncm.fwf.readers
Constructors in io.github.kelsoncm.fwf.readers with parameters of type FileDescriptorModifierConstructorDescriptionReader(Object iterable, FileDescriptor fileDescriptor) Constructs a newReaderdefaulting to newline delimiter"\n\r".Reader(Object iterable, FileDescriptor fileDescriptor, String newline) Constructs a newReaderwith a content source, file descriptor, and newline delimiter. -
Uses of FileDescriptor in io.github.kelsoncm.fwf.renders
Methods in io.github.kelsoncm.fwf.renders with parameters of type FileDescriptorModifier and TypeMethodDescriptionstatic voidRenderUtils.renderAsHtml(FileDescriptor fileDescriptor, Writer out) Renders the layout specification of aFileDescriptoras HTML tables into aWriter.static voidRenderUtils.renderAsMarkdown(FileDescriptor fileDescriptor, Writer out) Renders the layout specification of aFileDescriptoras Markdown tables into aWriter.static voidRenderUtils.renderAsRst(FileDescriptor fileDescriptor, Writer out) Renders the layout specification of aFileDescriptoras ReStructuredText (RST) tables into aWriter.