opale.tools
Class RFile

java.lang.Object
  |
  +--java.io.StreamTokenizer
        |
        +--opale.tools.RFile

public class RFile
extends java.io.StreamTokenizer

Cette classe encapsule des methodes pour lire les types de base stocké dans un fichier et sous forme ASCII.

Since:
Opale-Tools 0.1

Fields inherited from class java.io.StreamTokenizer
nval, sval, TT_EOF, TT_EOL, TT_NUMBER, TT_WORD, ttype
 
Constructor Summary
RFile(java.io.BufferedReader bf)
           
RFile(java.io.InputStream inp)
           
RFile(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] arg)
           
 java.lang.String toString()
           
 
Methods inherited from class java.io.StreamTokenizer
commentChar, eolIsSignificant, lineno, lowerCaseMode, nextToken, ordinaryChar, ordinaryChars, parseNumbers, pushBack, quoteChar, resetSyntax, slashSlashComments, slashStarComments, whitespaceChars, wordChars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RFile

public RFile(java.lang.String name)
      throws java.io.IOException

RFile

public RFile(java.io.InputStream inp)
      throws java.io.IOException

RFile

public RFile(java.io.BufferedReader bf)
      throws java.io.IOException
Since:
Opale-tools 0.13
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.io.StreamTokenizer

main

public static void main(java.lang.String[] arg)