Class MindustryImageIO
java.lang.Object
com.xpdustry.nohorny.common.MindustryImageIO
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic VirtualBuilding.Group<? extends MindustryImage> readImageGroup(InputStream input) static <T extends MindustryImage>
voidwriteImageGroup(OutputStream output, VirtualBuilding.Group<T> group)
-
Field Details
-
MEDIA_TYPE
- See Also:
-
-
Method Details
-
writeImageGroup
public static <T extends MindustryImage> void writeImageGroup(OutputStream output, VirtualBuilding.Group<T> group) throws IOException - Throws:
IOException
-
readImageGroup
public static VirtualBuilding.Group<? extends MindustryImage> readImageGroup(InputStream input) throws IOException - Throws:
IOException
-