Uses of Interface
com.wolfram.jlink.LoopbackLink
-
Packages that use LoopbackLink Package Description com.wolfram.jlink This is the main J/Link package, containing the classes and interfaces that programmers will use most. -
-
Uses of LoopbackLink in com.wolfram.jlink
Methods in com.wolfram.jlink that return LoopbackLink Modifier and Type Method Description static LoopbackLink
MathLinkFactory. createLoopbackLink()
Creates a LoopbackLink, a special type of link that is written to and read by the same program.Methods in com.wolfram.jlink with parameters of type LoopbackLink Modifier and Type Method Description void
MathLink. transferToEndOfLoopbackLink(LoopbackLink source)
Writes the entire contents of the LoopbackLinksource
to this link.
-