at.dms.kjc.spacetime
Class FileState

java.lang.Object
  extended by at.dms.kjc.spacetime.FileState

public class FileState
extends Object


Constructor Summary
FileState(PredefinedContent file, StreamingDram parent)
           
 
Method Summary
 PredefinedContent getContent()
           
 String getFileName()
           
 boolean isFP()
           
 boolean isReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileState

public FileState(PredefinedContent file,
                 StreamingDram parent)
Method Detail

getContent

public PredefinedContent getContent()

isFP

public boolean isFP()

isReader

public boolean isReader()

getFileName

public String getFileName()