edu.uci.ics.dillenco.simplegraph01
Class InputDecoderBinary

java.lang.Object
  extended by edu.uci.ics.dillenco.simplegraph01.InputDecoder
      extended by edu.uci.ics.dillenco.simplegraph01.InputDecoderBinary
Direct Known Subclasses:
InputDecoderMDBin, InputDecoderPTBin

abstract class InputDecoderBinary
extends InputDecoder


Field Summary
 
Fields inherited from class edu.uci.ics.dillenco.simplegraph01.InputDecoder
id0, id1, neighborCount, neighborTable
 
Constructor Summary
InputDecoderBinary(int inputMaxNodes)
           
 
Method Summary
protected  int getByte()
           
 
Methods inherited from class edu.uci.ics.dillenco.simplegraph01.InputDecoder
inputEdgeSpec, inputHeader, inputNodeCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDecoderBinary

InputDecoderBinary(int inputMaxNodes)
Method Detail

getByte

protected int getByte()