|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlegacy.resource.Format
public abstract class Format
Format.class
| Constructor Summary | |
|---|---|
Format(java.io.InputStream stream)
Format is requred to be able to be read directly from an InputStream |
|
| Method Summary | |
|---|---|
protected static java.lang.Object |
getFormatLoadLock()
getFormatLoadLock() is used to prevent race conditions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Format(java.io.InputStream stream)
throws java.io.IOException
stream -
java.io.IOException| Method Detail |
|---|
protected static final java.lang.Object getFormatLoadLock()
class myGame extends Format{
public NativeImageFormat(InputStream stream){
super(stream);
synchronized(this.getFormatLoadLock()){
}
}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||