public interface FileReader
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getFileName() |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
int |
readInteger() |
long |
readLong() |
short |
readShort() |
java.lang.String |
readString() |
boolean readBoolean() throws java.io.IOException
java.io.IOException
byte readByte() throws java.io.IOException
java.io.IOException
char readChar() throws java.io.IOException
java.io.IOException
short readShort() throws java.io.IOException
java.io.IOException
int readInteger() throws java.io.IOException
java.io.IOException
float readFloat() throws java.io.IOException
java.io.IOException
long readLong() throws java.io.IOException
java.io.IOException
double readDouble() throws java.io.IOException
java.io.IOException
java.lang.String readString() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
java.lang.String getFileName()