M3GToolkit 0.5.0

com.java4ever.m3gtoolkit.plugins.ase
Class ASEReader

java.lang.Object
  extended byjava.io.Reader
      extended byjava.io.BufferedReader
          extended bycom.java4ever.m3gtoolkit.plugins.ase.ASEReader

public class ASEReader
extends java.io.BufferedReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
ASEReader(java.io.Reader reader)
           
 
Method Summary
 void readBlockStart()
           
 float readFloat()
           
 int readInt()
           
 java.lang.String readString()
           
 java.lang.String readToken()
           
 java.lang.String readToken(boolean eof)
           
 Vector3f readVector3f()
           
 Vector3i readVector3i()
           
 void skipBlock(boolean read_start)
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASEReader

public ASEReader(java.io.Reader reader)
Method Detail

readToken

public java.lang.String readToken()
                           throws java.io.IOException
Throws:
java.io.IOException

readToken

public java.lang.String readToken(boolean eof)
                           throws java.io.IOException
Throws:
java.io.IOException

readInt

public int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

readFloat

public float readFloat()
                throws java.io.IOException
Throws:
java.io.IOException

readString

public java.lang.String readString()
                            throws java.io.IOException
Throws:
java.io.IOException

readVector3f

public Vector3f readVector3f()
                      throws java.io.IOException
Throws:
java.io.IOException

readVector3i

public Vector3i readVector3i()
                      throws java.io.IOException
Throws:
java.io.IOException

readBlockStart

public void readBlockStart()
                    throws java.io.IOException
Throws:
java.io.IOException

skipBlock

public void skipBlock(boolean read_start)
               throws java.io.IOException
Throws:
java.io.IOException

M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.