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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.pqt.autorib.rib.RIBRequest
      extended byorg.pqt.autorib.rib.RIBObjectBegin
All Implemented Interfaces:
java.lang.Cloneable

public class RIBObjectBegin
extends RIBRequest

A class to handle object definitions although called ObjectBegin, it infact hanles the entire object definition. The content of the object definition being read in in the RIBWreader and added to the objectContent field. --unfinished capability--

Version:

Field Summary
 int handle
           
 java.util.Vector objectContent
          Contains the definition of the object i.e all the RIBRequests between ObjectBegin and ObjectEnd
 
Fields inherited from class org.pqt.autorib.rib.RIBRequest
deleted, preContent, requestID, requestName
 
Constructor Summary
RIBObjectBegin()
          default constructor
RIBObjectBegin(org.pqt.autorib.tokenizer.Tokenizer in)
          construct and read from given stream
 
Method Summary
 void read(org.pqt.autorib.tokenizer.Tokenizer in)
          read an RIB call and store it
 void writeContent(java.io.Writer out)
           
 void writeOther(java.io.Writer out)
          write out the object definition in full
 
Methods inherited from class org.pqt.autorib.rib.RIBRequest
filteredWrite, filteredWritePreContent, prepend, prepend, readRequestName, write, writePreContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

public int handle

objectContent

public java.util.Vector objectContent
Contains the definition of the object i.e all the RIBRequests between ObjectBegin and ObjectEnd

Constructor Detail

RIBObjectBegin

public RIBObjectBegin()
default constructor


RIBObjectBegin

public RIBObjectBegin(org.pqt.autorib.tokenizer.Tokenizer in)
               throws org.pqt.autorib.tokenizer.FormatException,
                      java.io.IOException
construct and read from given stream

Method Detail

read

public void read(org.pqt.autorib.tokenizer.Tokenizer in)
          throws org.pqt.autorib.tokenizer.FormatException,
                 java.io.IOException
Description copied from class: RIBRequest
read an RIB call and store it

Specified by:
read in class RIBRequest

writeOther

public void writeOther(java.io.Writer out)
                throws java.io.IOException
write out the object definition in full

Specified by:
writeOther in class RIBRequest

writeContent

public void writeContent(java.io.Writer out)
                  throws java.io.IOException