|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LowLevelReader interface
Method Summary | |
java.lang.String |
readAny()
Read a special read without encoding |
java.lang.String |
readln()
Read to end of line without encoding. |
long |
readNum()
Read a number |
java.lang.String |
readString()
Read a string Handles escape characters etc. |
int |
readTag()
Read a tag |
Method Detail |
public long readNum() throws BadRecordException, java.io.IOException
BadRecordException
- IF the record is malformedjava.io.IOException
- IF the read failspublic int readTag() throws BadRecordException, java.io.IOException
BadRecordException
- IF the record is malformedjava.io.IOException
- IF the read failspublic java.lang.String readString() throws BadRecordException, java.io.IOException
BadRecordException
- IF the record is malformedjava.io.IOException
- IF the read failspublic java.lang.String readAny() throws BadRecordException, java.io.IOException
BadRecordException
- IF the record is malformedjava.io.IOException
- IF the read failspublic java.lang.String readln() throws BadRecordException, java.io.IOException
BadRecordException
- IF the record is malformedjava.io.IOException
- IF the read fails
|
MetaTF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |