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 StreamConverterStreamConverter.create(IStreamCommand... commands) Creates a StreamConverter with the specified array of commands.static StreamConverterStreamConverter.create(List<IStreamCommand> commands) Creates a StreamConverter with the specified list of commands.static StreamConverterStreamConverter.createWithContext(ExecutionContext context, IStreamCommand... commands) Creates a StreamConverter with a custom ExecutionContext and specified commands.static StreamConverterStreamConverter.createWithContext(ExecutionContext context, List<IStreamCommand> commands) Creates a StreamConverter with a custom ExecutionContext and specified commands list.