Documentation of 'visad.data.text.TextForm' Java class
TextForm
visad.data.text

Class TextForm

  • All Implemented Interfaces:
    FormFileInformer


    public class TextForm
    extends Form
    implements FormFileInformer
    Defines the form of text data files for VisAD These may have filename extentions of: .csv - comma-separated values .tsv - tab-separated values .bsv - blank-separated values .txt - (delimiter chosen from the characters: tab, comma, blank in that order)
    • Constructor Summary

      Constructors 
      Constructor and Description
      TextForm() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void add(java.lang.String id, Data data, boolean replace)
      Add data to an existing data object.
      java.lang.String[] getDefaultSuffixes()
      Get default suffixes for files/URLs handeled by this form.
      FormNode getForms(Data data)
      Return the data forms that are compatible with a data object.
      boolean isThisType(byte[] block)
      Check to see if the block contains the magic number for this form.
      boolean isThisType(java.lang.String name)
      Check to see if the file name might be right for this form.
      DataImpl open(java.lang.String path)
      Open an existing data object.
      DataImpl open(java.net.URL url)
      Open a data object specified as a URL.
      void save(java.lang.String id, Data data, boolean replace)
      Save a VisAD data object in this form.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.