gms
Interface Operator
- All Known Implementing Classes:
- DelimitedReaderOperator, DelimitedWriterOperator, FixedReaderOperator, FixedWriterOperator, ObjectReaderOperator, ObjectWriterOperator, UnformattedReaderOperator, UnformattedWriterOperator
interface Operator
setOptional
void setOptional(boolean state)
setDefault
void setDefault(float value)
setDefault
void setDefault(int value)
setDefault
void setDefault(boolean value)
setDefault
void setDefault(java.lang.String value)
setQuote
void setQuote(char quote)
setField
void setField(char field)
setAlwaysQuote
void setAlwaysQuote(boolean state)
constant
void constant(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
nextline
void nextline()
throws java.lang.Exception
- Throws:
java.lang.Exception
open
void open(java.lang.String filename)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefString variable)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefInt variable)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefFloat variable)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefBoolean variable)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefString variable,
int size)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefInt variable,
int size)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefFloat variable,
int size)
throws java.lang.Exception
- Throws:
java.lang.Exception
operate
void operate(ByRefBoolean variable,
int size)
throws java.lang.Exception
- Throws:
java.lang.Exception
close
void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
isReading
boolean isReading()