主要内容

本页采用了机器翻译。点击此处可查看最新英文版本。

com.mathworks.toolbox.javabuilder.MWCtfStreamSource 类

命名空间: com.mathworks.toolbox.javabuilder

用于管理 Java 中的代码存档(.ctf 文件)流源的 MATLAB

描述

声明

public class MWCtfStreamSource extends MWCtfSource

MWCtfStreamSource 类是 MWCtfSource 的具体子类,它提供了一种从现有 InputStream 获取 CTF 的方法。

创建对象

构造函数

MWCtfStreamSource(java.io.InputStream streamSrc)

InputStream 作为参数并将其分配给 ctfStream 字段。这允许用户在创建 MWCtfStreamSource 实例时指定源 InputStream

属性

公共属性

没有公共属性。

方法

全部展开

版本历史记录

在 R2006a 中推出