net.sf.tourviewer.lib.ciclo
Class CicloTurReader

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

public class CicloTurReader
extends Object


Field Summary
(package private)  BufferedReader in
           
 
Constructor Summary
CicloTurReader()
           
 
Method Summary
 boolean accept(InputStream in)
           
 TourSet read(InputStream inStream)
           
(package private)  int readInt()
           
(package private)  String readLine()
           
(package private)  int readSignedByte()
           
(package private)  int readSignedShort()
           
(package private)  int readUnsignedByte()
           
(package private)  long readUnsignedInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

BufferedReader in
Constructor Detail

CicloTurReader

public CicloTurReader()
Method Detail

accept

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

read

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

readUnsignedByte

int readUnsignedByte()
               throws IOException
Throws:
IOException

readSignedByte

int readSignedByte()
             throws IOException
Throws:
IOException

readSignedShort

int readSignedShort()
              throws IOException
Throws:
IOException

readUnsignedInt

long readUnsignedInt()
               throws IOException
Throws:
IOException

readInt

int readInt()
      throws IOException
Throws:
IOException

readLine

String readLine()
          throws IOException
Throws:
IOException


Copyright © 2005 Steffen Pingel. All Rights Reserved.