Main Content

com.mathworks.toolbox.javabuilder.MWCtfFileSource Class

Namespace: com.mathworks.toolbox.javabuilder

Java class to handle code archive (.ctf file) file sources in MATLAB

Description

Declaration

public class MWCtfFileSource extends MWCtfSource

CTF from file source

Creation

Constructors

MWCtfFileSource(java.io.File ctfFileSource)

Initializes a new instance of the MWCtfFileSource class with a specified File object that represents the CTF file to be used as the source. This file is stored in the private field ctfFile for later use when opening an InputStream to the CTF file.

Properties

Public Properties

No public properties.

Methods

expand all

Version History

Introduced in R2006a