bip
Interface BIPScanner
- All Known Implementing Classes:
- BIPAbstractScanner, BIPDelimited, BIPFixedWidth, BIPUnformatted, DelimitedReaderOperator, FixedReaderOperator, UnformattedReaderOperator
public interface BIPScanner
Method Summary |
void |
close()
|
void |
match(java.lang.String s)
|
void |
nextline()
|
void |
open(java.lang.String file)
|
boolean |
read(boolean current)
|
boolean |
read(boolean current,
int chars)
|
boolean |
read(boolean current,
int chars,
java.lang.String units)
|
boolean |
read(boolean current,
java.lang.String units)
|
double |
read(double current)
|
double |
read(double current,
int chars)
|
double |
read(double current,
int chars,
java.lang.String units)
|
double |
read(double current,
java.lang.String units)
|
float |
read(float current)
|
float |
read(float current,
int chars)
|
float |
read(float current,
int chars,
java.lang.String units)
|
float |
read(float current,
java.lang.String units)
|
int |
read(int current)
|
int |
read(int current,
int chars)
|
int |
read(int current,
int chars,
java.lang.String units)
|
int |
read(int current,
java.lang.String units)
|
java.lang.String |
read(java.lang.String current)
|
java.lang.String |
read(java.lang.String current,
int chars)
|
java.lang.String |
read(java.lang.String current,
int chars,
java.lang.String units)
|
java.lang.String |
read(java.lang.String current,
java.lang.String units)
|
open
void open(java.lang.String file)
throws BIPException
- Throws:
BIPException
match
void match(java.lang.String s)
throws BIPException
- Throws:
BIPException
nextline
void nextline()
throws BIPException
- Throws:
BIPException
read
int read(int current,
int chars,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
int read(int current,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
int read(int current,
int chars)
throws BIPException
- Throws:
BIPException
read
int read(int current)
throws BIPException
- Throws:
BIPException
read
java.lang.String read(java.lang.String current,
int chars,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
java.lang.String read(java.lang.String current,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
java.lang.String read(java.lang.String current,
int chars)
throws BIPException
- Throws:
BIPException
read
java.lang.String read(java.lang.String current)
throws BIPException
- Throws:
BIPException
read
double read(double current,
int chars,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
double read(double current,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
double read(double current,
int chars)
throws BIPException
- Throws:
BIPException
read
double read(double current)
throws BIPException
- Throws:
BIPException
read
float read(float current,
int chars,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
float read(float current,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
float read(float current,
int chars)
throws BIPException
- Throws:
BIPException
read
float read(float current)
throws BIPException
- Throws:
BIPException
read
boolean read(boolean current,
int chars,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
boolean read(boolean current,
java.lang.String units)
throws BIPException
- Throws:
BIPException
read
boolean read(boolean current,
int chars)
throws BIPException
- Throws:
BIPException
read
boolean read(boolean current)
throws BIPException
- Throws:
BIPException
close
void close()
throws BIPException
- Throws:
BIPException