Package org.ngengine.export
Class ExportUtils
java.lang.Object
org.ngengine.export.ExportUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object[]static Collection<Object> readMap(InputCapsule in) static voidwriteArray(Object[] arr, OutputCapsule out) static voidwriteCollection(Collection<Object> col, OutputCapsule out) static voidwriteMap(Map<String, ?> map, OutputCapsule out)
-
Constructor Details
-
ExportUtils
public ExportUtils()
-
-
Method Details
-
writeMap
- Throws:
IOException
-
readMap
- Throws:
IOException
-
writeCollection
- Throws:
IOException
-
readCollection
- Throws:
IOException
-
writeArray
- Throws:
IOException
-
readArray
- Throws:
IOException
-