public abstract class AbstractModelReader
extends java.lang.Object
Constructor and Description |
---|
AbstractModelReader(DataReader dataReader) |
AbstractModelReader(java.io.File f) |
Modifier and Type | Method and Description |
---|---|
abstract void |
checkModelType() |
abstract AbstractModel |
constructModel() |
AbstractModel |
getModel() |
double |
readDouble()
Implement as needed for the format the model is stored in.
|
int |
readInt()
Implement as needed for the format the model is stored in.
|
java.lang.String |
readUTF()
Implement as needed for the format the model is stored in.
|
public AbstractModelReader(java.io.File f) throws java.io.IOException
java.io.IOException
public AbstractModelReader(DataReader dataReader)
public int readInt() throws java.io.IOException
java.io.IOException
public double readDouble() throws java.io.IOException
java.io.IOException
public java.lang.String readUTF() throws java.io.IOException
java.io.IOException
public AbstractModel getModel() throws java.io.IOException
java.io.IOException
public abstract void checkModelType() throws java.io.IOException
java.io.IOException
public abstract AbstractModel constructModel() throws java.io.IOException
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved