Main Content

com.mathworks.toolbox.javabuilder.MWCtfSource Class

Namespace: com.mathworks.toolbox.javabuilder

Java interface to interact with code archive (.ctf file) sources in MATLAB

Description

Declaration

public abstract class MWCtfSource 
extends java.lang.Object 
implements MWComponentOption

Abstract class that defines the interface for retrieving an InputStream for CTF source objects. InputStream can be obtained by calling the open method of the CTF source class. An IOException will be thrown if the CTF file or directory cannot be found.

Implemented Interfaces: MWComponentOption

Direct Known Subclasses: MWCtfClassLoaderSource, MWCtfDirectorySource, MWCtfFileSource, MWCtfStreamSource

Creation

Constructors

protected MWCtfSource()

The protected constructor MWCtfSource() is used to allow subclassing but prevents direct instantiation of the abstract MWCtfSource class.

Properties

Public Properties

No public properties.

Methods

expand all

Version History

Introduced in R2006a