Uses of Class
us.irdev.bedrock.bag.entry.Handler
Package
Description
Provides entry conversions.
Provides FormatReader and FormatWriter classes in support of the bedrock package.
-
Uses of Handler in us.irdev.bedrock.bag.entry
Modifier and TypeClassDescriptionclass
class
class
in an array of subarrays, collects the subarrays into new subarrays consisting of a number of the original subarrays XXX need a better description than thatclass
class
class
class
class
class
ModifierConstructorDescriptionHandlerArrayFromDelimited
(String delimiter, Handler handler) HandlerArrayFromFixed
(int[][] fields, Handler handler) HandlerCollector
(int collectCount, Handler arrayHandler) protected
HandlerComposite
(Handler handler) HandlerCompositeFiltered
(Predicate<String> filter, Handler handler) HandlerObjectFromPairsArray
(Handler arrayHandler) HandlerObjectFromTitlesArray
(BagArray titlesArray, Handler arrayHandler) HandlerRoller
(Handler... handlers) -
Uses of Handler in us.irdev.bedrock.bag.formats
ModifierConstructorDescriptionFormatReaderComposite
(String input, Handler handler) FormatReaderTable
(String input, Handler arrayHandler) FormatReaderTable
(String input, Handler arrayHandler, BagArray titlesArray)