|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.JLex.CInput
class CInput
Class: CInput Description:
Field Summary | |
---|---|
private static int |
BUFFER_SIZE
Constants |
(package private) static boolean |
EOF
|
private byte[] |
m_buffer
|
private int |
m_buffer_index
|
private int |
m_buffer_read
|
(package private) boolean |
m_eof_reached
|
private java.io.InputStream |
m_input
Member Variables |
(package private) char[] |
m_line
|
(package private) int |
m_line_index
|
(package private) int |
m_line_number
|
(package private) int |
m_line_read
|
(package private) boolean |
m_pushback_line
|
(package private) static boolean |
NOT_EOF
|
Constructor Summary | |
---|---|
CInput(java.io.InputStream input)
Function: CInput Description: |
Method Summary | |
---|---|
(package private) boolean |
getLine()
Function: getLine Description: Returns true on EOF, false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.InputStream m_input
private byte[] m_buffer
private int m_buffer_read
private int m_buffer_index
boolean m_eof_reached
boolean m_pushback_line
char[] m_line
int m_line_read
int m_line_index
int m_line_number
private static final int BUFFER_SIZE
static final boolean EOF
static final boolean NOT_EOF
Constructor Detail |
---|
CInput(java.io.InputStream input)
Method Detail |
---|
boolean getLine() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |