Uses of Package
org.fissore.jrecordbind
-
Packages that use org.fissore.jrecordbind Package Description org.fissore.jrecordbind org.fissore.jrecordbind.converters Built-in convertersorg.fissore.jrecordbind.padders Built-in padders -
Classes in org.fissore.jrecordbind used by org.fissore.jrecordbind Class Description Converter Used to convert a String to an appropriate object and an object to its String representation.LineReader When theUnmarshaller
reads a text file, it reads it via a LineReader.
Unless specified, the default implementation will be used,SimpleLineReader
, which will read each line and pass it to theUnmarshaller
Sometimes, text files contains lines you're not interested to, or you want to do some preprocessing before parsing them: in such cases, it's useful to provide your own implementation of LineReaderPadder Used when writing records to a file.RecordDefinition The definition of the record bean.RecordDefinition.Property A single "element" in the fixed-length file definition -
Classes in org.fissore.jrecordbind used by org.fissore.jrecordbind.converters Class Description Converter Used to convert a String to an appropriate object and an object to its String representation. -
Classes in org.fissore.jrecordbind used by org.fissore.jrecordbind.padders Class Description Padder Used when writing records to a file.