jp.morpho.io
クラス CsvFile

java.lang.Object
  |
  +--java.io.File
        |
        +--jp.morpho.io.CsvFile
すべての実装インタフェース:
java.lang.Comparable, java.io.Serializable

public class CsvFile
extends java.io.File

作成者:
Kumiko Hioroi
関連項目:
直列化された形式

フィールドの概要
 
クラス java.io.File から継承したフィールド
pathSeparator, pathSeparatorChar, separator, separatorChar
 
コンストラクタの概要
CsvFile(java.io.File parent, java.lang.String child)
          Constructor for CsvFile.
CsvFile(java.lang.String pathname)
          Constructor for CsvFile.
CsvFile(java.lang.String parent, java.lang.String child)
          Constructor for CsvFile.
CsvFile(java.net.URI uri)
          Constructor for CsvFile.
 
クラス java.io.File から継承したメソッド
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

CsvFile

public CsvFile(java.lang.String pathname)
Constructor for CsvFile.

パラメータ:
pathname -

CsvFile

public CsvFile(java.lang.String parent,
               java.lang.String child)
Constructor for CsvFile.

パラメータ:
parent -
child -

CsvFile

public CsvFile(java.io.File parent,
               java.lang.String child)
Constructor for CsvFile.

パラメータ:
parent -
child -

CsvFile

public CsvFile(java.net.URI uri)
Constructor for CsvFile.

パラメータ:
uri -