Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.pqt.autorib.rib
Class RIBReadRequest  view RIBReadRequest download RIBReadRequest.java

java.lang.Object
  extended byorg.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


Constructor Summary
RIBReadRequest()
           
 
Method Summary
static int findID(java.lang.String name, org.pqt.autorib.tokenizer.Tokenizer in)
          Find and return a handle for a given RIB request
static RIBRequest readRequest(org.pqt.autorib.tokenizer.Tokenizer tokenizer)
          Read and return a single RIB request and associated parameters from a stream, it is called by the method RIBWReader.readrequest .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIBReadRequest

public RIBReadRequest()
Method Detail

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