net.sf.tourviewer.lib.ciclo
Class CicloRawReader

java.lang.Object
  extended by net.sf.tourviewer.lib.ciclo.CicloRawReader

public class CicloRawReader
extends Object


Constructor Summary
CicloRawReader()
           
 
Method Summary
 boolean accept(InputStream in)
           
protected  void analyzeTourData(int[] data)
           
 int getChecksum()
           
 int getExpectedChecksum()
           
 void print(PrintStream out)
           
 TourSet read(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CicloRawReader

public CicloRawReader()
Method Detail

accept

public boolean accept(InputStream in)
               throws IOException
Throws:
IOException

analyzeTourData

protected void analyzeTourData(int[] data)

getChecksum

public int getChecksum()

getExpectedChecksum

public int getExpectedChecksum()

print

public void print(PrintStream out)

read

public TourSet read(InputStream in)
             throws IOException
Throws:
IOException


Copyright © 2005 Steffen Pingel. All Rights Reserved.