Package com.jme3.export
Interface OutputCapsule
- All Known Implementing Classes:
DOMOutputCapsule,J3MOutputCapsule,J3MRenderStateOutputCapsule,J3MRootOutputCapsule
public interface OutputCapsule
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidwrite(ByteBuffer value, String name, ByteBuffer defVal) voidwrite(FloatBuffer value, String name, FloatBuffer defVal) voidvoidwrite(ShortBuffer value, String name, ShortBuffer defVal) voidvoidwriteByteBufferArrayList(ArrayList<ByteBuffer> array, String name, ArrayList<ByteBuffer> defVal) voidwriteFloatBufferArrayList(ArrayList<FloatBuffer> array, String name, ArrayList<FloatBuffer> defVal) voidvoidwriteSavableArrayList(ArrayList array, String name, ArrayList defVal) voidwriteSavableArrayListArray(ArrayList[] array, String name, ArrayList[] defVal) voidwriteSavableArrayListArray2D(ArrayList[][] array, String name, ArrayList[][] defVal) voidwriteSavableMap(Map<? extends Savable, ? extends Savable> map, String name, Map<? extends Savable, ? extends Savable> defVal) voidwriteStringSavableMap(Map<String, ? extends Savable> map, String name, Map<String, ? extends Savable> defVal)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writeSavableArrayList
- Throws:
IOException
-
writeSavableArrayListArray
void writeSavableArrayListArray(ArrayList[] array, String name, ArrayList[] defVal) throws IOException - Throws:
IOException
-
writeSavableArrayListArray2D
void writeSavableArrayListArray2D(ArrayList[][] array, String name, ArrayList[][] defVal) throws IOException - Throws:
IOException
-
writeFloatBufferArrayList
void writeFloatBufferArrayList(ArrayList<FloatBuffer> array, String name, ArrayList<FloatBuffer> defVal) throws IOException - Throws:
IOException
-
writeByteBufferArrayList
void writeByteBufferArrayList(ArrayList<ByteBuffer> array, String name, ArrayList<ByteBuffer> defVal) throws IOException - Throws:
IOException
-
writeSavableMap
void writeSavableMap(Map<? extends Savable, ? extends Savable> map, String name, Map<? extends Savable, throws IOException? extends Savable> defVal) - Throws:
IOException
-
writeStringSavableMap
void writeStringSavableMap(Map<String, ? extends Savable> map, String name, Map<String, throws IOException? extends Savable> defVal) - Throws:
IOException
-
writeIntSavableMap
void writeIntSavableMap(IntMap<? extends Savable> map, String name, IntMap<? extends Savable> defVal) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-