jp.crestmuse.cmx.filewrappers
クラス CSVMatrixWrapper
java.lang.Object
jp.crestmuse.cmx.filewrappers.CSVMatrixWrapper
- すべての実装されたインタフェース:
- FileWrapperCompatible
public class CSVMatrixWrapper
- extends java.lang.Object
- implements FileWrapperCompatible
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVMatrixWrapper
public CSVMatrixWrapper(DoubleArray array)
CSVMatrixWrapper
public CSVMatrixWrapper(DoubleMatrix matrix)
getFileName
public java.lang.String getFileName()
- 定義:
- インタフェース
FileWrapperCompatible
内の getFileName
write
public void write(java.io.OutputStream out)
throws java.io.IOException
- 定義:
- インタフェース
FileWrapperCompatible
内の write
- 例外:
java.io.IOException
write
public void write(java.io.Writer writer)
throws java.io.IOException
- 定義:
- インタフェース
FileWrapperCompatible
内の write
- 例外:
java.io.IOException
writefile
public void writefile(java.io.File file)
throws java.io.IOException
- 定義:
- インタフェース
FileWrapperCompatible
内の writefile
- 例外:
java.io.IOException
writeGZippedFile
public void writeGZippedFile(java.io.File file)
throws java.io.IOException
- 定義:
- インタフェース
FileWrapperCompatible
内の writeGZippedFile
- 例外:
java.io.IOException