|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.vdl.Chimera
edu.isi.pegasus.planner.invocation.Invocation
edu.isi.pegasus.planner.invocation.File
public abstract class File
This class is the base class for a file object.
| Field Summary | |
|---|---|
protected String |
m_hexbyte
optional first 16 byte of file, or less if shorter. |
| Constructor Summary | |
|---|---|
File()
Default c'tor: Construct a hollow shell and allow further information to be added later. |
|
File(String value)
C'tor: Constructs the value in the base class. |
|
| Method Summary | |
|---|---|
void |
appendValue(String fragment)
Appends a piece of text to the existing text. |
String |
getValue()
Accessor |
void |
setValue(String hexbyte)
Accessor. |
void |
toString(Writer stream)
Converts the active state into something meant for human consumption. |
| Methods inherited from class org.griphyn.vdl.Chimera |
|---|
escape, quote, toString, toXML, toXML, toXML, writeAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String m_hexbyte
| Constructor Detail |
|---|
public File()
public File(String value)
value - is all or part of the hex bytes.| Method Detail |
|---|
public void appendValue(String fragment)
appendValue in interface HasTextfragment - is a piece of text to append to existing text.
Appending null is a noop.public String getValue()
getValue in interface HasTextsetValue(String)public void setValue(String hexbyte)
setValue in interface HasTexthexbyte - getValue()
public void toString(Writer stream)
throws IOException
toString in class org.griphyn.vdl.Chimerastream - is a stream opened and ready for writing. This can also
be a string stream for efficient output.
IOException - if something fishy happens to the stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||