java.lang.Object
org.pqt.autorib.rib.RIBReadRequest
- public class RIBReadRequest
- extends java.lang.Object
This class contains utilities for reading a single
RIB request (and associated parameters) from
a tokeniser stream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RIBReadRequest
public RIBReadRequest()
readRequest
public static RIBRequest readRequest(org.pqt.autorib.tokenizer.Tokenizer tokenizer)
throws org.pqt.autorib.tokenizer.FormatException,
java.io.IOException
- Read and return a single RIB request and
associated parameters from a stream, it is called by the method
RIBWReader.readrequest . The distintion is that this routine
ensures the details of RIB calls are stored in the appropriate
class, while the RIBWReader method handles things like
AttributeBegin and AttributeEnd, and ObjectBegin
findID
public static int findID(java.lang.String name,
org.pqt.autorib.tokenizer.Tokenizer in)
throws org.pqt.autorib.tokenizer.FormatException
- Find and return a handle for a given RIB request