com.java4ever.m3gtoolkit.plugins.ase
Class ASEReader
java.lang.Object
java.io.Reader
java.io.BufferedReader
com.java4ever.m3gtoolkit.plugins.ase.ASEReader
- public class ASEReader
- extends java.io.BufferedReader
| Fields inherited from class java.io.Reader |
lock |
|
Constructor Summary |
ASEReader(java.io.Reader reader)
|
| 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 |
ASEReader
public ASEReader(java.io.Reader reader)
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
Copyright 2005 java4ever.com. All Rights Reserved.