java.lang.Object
com.iamsoft.fixparser.ContentToFixMsgsFunction
- All Implemented Interfaces:
BiFunction<MsgLogSpec,
InputStream, Stream<MsgRow>>
public final class ContentToFixMsgsFunction
extends Object
implements BiFunction<MsgLogSpec,InputStream,Stream<MsgRow>>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassLoader
(ClassLoader pClassLoader) apply
(MsgLogSpec pSpec, InputStream pContentStream) apply
(MsgLogSpec pSpec, InputStream pContentStream, com.iamsoft.util.ui.javafx.StatusMonitor.ProgressUpdate<Double> pProgressUpdate) static InputStream
getResourceAsStream
(String pName) void
removeClassLoader
(ClassLoader pClassLoader) toMsgRow
(MsgLogSpec pSpec, String pMsgLine) toMsgRow
(MsgLogSpec pSpec, String pMsgLine, IntSupplier pIdxSupplier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
INSTANCE
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<MsgLogSpec,
InputStream, Stream<MsgRow>>
-
apply
public Stream<MsgRow> apply(MsgLogSpec pSpec, InputStream pContentStream, com.iamsoft.util.ui.javafx.StatusMonitor.ProgressUpdate<Double> pProgressUpdate) -
addClassLoader
-
removeClassLoader
-
toMsgRow
-
toMsgRow
-
getResourceAsStream
-