Main Content
com.mathworks.toolbox.javabuilder.MWCtfStreamSource Class
Namespace: com.mathworks.toolbox.javabuilder
Java class to manage code archive (.ctf
file) stream sources in
MATLAB
Description
Declaration
public class MWCtfStreamSource extends MWCtfSource
The MWCtfStreamSource
class is a concrete subclass of
MWCtfSource
that provides a way to obtain a CTF from an existing
InputStream
.
Creation
Constructors
MWCtfStreamSource(java.io.InputStream streamSrc)
Takes an InputStream
as a parameter and assigns it to the
ctfStream
field. This allows the user to specify the source
InputStream
when creating an instance of
MWCtfStreamSource
.
Properties
Public Properties
No public properties.
Methods
Version History
Introduced in R2006a