gms
Class UnformattedReaderOperator
java.lang.Object
bip.BIPAbstractScanner
bip.BIPUnformatted
gms.UnformattedReaderOperator
- All Implemented Interfaces:
- BIPScanner, Operator
public class UnformattedReaderOperator
- extends BIPUnformatted
- implements Operator
Methods inherited from class bip.BIPUnformatted |
close, endRead, getReadLength, getReadPosition, match, nextline, open, read, read, read, read, read, read, setMarked, setReadLength, setReadPosition, setUnMarked, startRead |
Methods inherited from class bip.BIPAbstractScanner |
read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, setDefaultUnits, setDefaultWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
realValue
float realValue
intValue
int intValue
boolValue
boolean boolValue
strValue
java.lang.String strValue
UnformattedReaderOperator
public UnformattedReaderOperator()
setOptional
public void setOptional(boolean state)
- Specified by:
setOptional
in interface Operator
setDefault
public void setDefault(float value)
- Specified by:
setDefault
in interface Operator
setDefault
public void setDefault(int value)
- Specified by:
setDefault
in interface Operator
setDefault
public void setDefault(boolean value)
- Specified by:
setDefault
in interface Operator
setDefault
public void setDefault(java.lang.String value)
- Specified by:
setDefault
in interface Operator
setAlwaysQuote
public void setAlwaysQuote(boolean state)
- Specified by:
setAlwaysQuote
in interface Operator
setQuote
public void setQuote(char quote)
- Specified by:
setQuote
in interface Operator
setField
public void setField(char field)
- Specified by:
setField
in interface Operator
constant
public void constant(java.lang.String s)
throws java.lang.Exception
- Specified by:
constant
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefString variable)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefInt variable)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefFloat variable)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefBoolean variable)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefString variable,
int size)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefInt variable,
int size)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefFloat variable,
int size)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
operate
public void operate(ByRefBoolean variable,
int size)
throws java.lang.Exception
- Specified by:
operate
in interface Operator
- Throws:
java.lang.Exception
isReading
public boolean isReading()
- Specified by:
isReading
in interface Operator