|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOFactoryException | |
edu.uiuc.ge.illigal.gale.io | Input/Output interface used by GALE. |
Uses of IOFactoryException in edu.uiuc.ge.illigal.gale.io |
Methods in edu.uiuc.ge.illigal.gale.io that throw IOFactoryException | |
int |
FileIOFactory.openChannel(java.lang.String sName,
java.lang.String sURL)
|
void |
FileIOFactory.closeChannel(int iDesc)
|
void |
FileIOFactory.closeChannel(java.lang.String sName)
|
void |
FileIOFactory.closeAllChannels()
|
void |
FileIOFactory.push(int iDesc,
java.lang.Object obj)
|
void |
FileIOFactory.push(java.lang.String sName,
java.lang.Object obj)
|
int |
IOFactory.openChannel(java.lang.String sName,
java.lang.String sURL)
Opens a new IO channel. |
void |
IOFactory.closeChannel(int iDesc)
Closes an IO channel. |
void |
IOFactory.closeChannel(java.lang.String sName)
Closes an IO channel. |
void |
IOFactory.closeAllChannels()
Closes all IO channels. |
void |
IOFactory.push(int iDesc,
java.lang.Object obj)
Pushes the information into the given channel. |
void |
IOFactory.push(java.lang.String sName,
java.lang.Object obj)
Pushes the information into the given channel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |