Uses of Class
com.streamconverter.StreamConverter
Packages that use StreamConverter
-
Uses of StreamConverter in com.streamconverter
Methods in com.streamconverter that return StreamConverterModifier and TypeMethodDescriptionstatic StreamConverter
StreamConverter.create
(IStreamCommand... commands) Creates a StreamConverter with the specified array of commands.static StreamConverter
StreamConverter.create
(List<IStreamCommand> commands) Creates a StreamConverter with the specified list of commands.static StreamConverter
StreamConverter.createWithContext
(ExecutionContext context, IStreamCommand... commands) Creates a StreamConverter with a custom ExecutionContext and specified commands.static StreamConverter
StreamConverter.createWithContext
(ExecutionContext context, List<IStreamCommand> commands) Creates a StreamConverter with a custom ExecutionContext and specified commands list. -
Uses of StreamConverter in com.streamconverter.controller
Methods in com.streamconverter.controller that return StreamConverterModifier and TypeMethodDescriptionprotected final StreamConverter
AbstractStreamController.getStreamConverter()
Gets the configured StreamConverter instance.