Package zombie.inventory
Class CompressIdenticalItems
java.lang.Object
zombie.inventory.CompressIdenticalItems
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayList
load
(ByteBuffer byteBuffer, int int1, ArrayList arrayList, ArrayList arrayList2) static ArrayList
save
(ByteBuffer byteBuffer, ArrayList arrayList, IsoGameCharacter gameCharacter) static void
save
(ByteBuffer byteBuffer, InventoryItem inventoryItem)
-
Constructor Details
-
CompressIdenticalItems
public CompressIdenticalItems()
-
-
Method Details
-
save
public static ArrayList save(ByteBuffer byteBuffer, ArrayList arrayList, IsoGameCharacter gameCharacter) throws IOException - Throws:
IOException
-
load
public static ArrayList load(ByteBuffer byteBuffer, int int1, ArrayList arrayList, ArrayList arrayList2) throws IOException - Throws:
IOException
-
save
- Throws:
IOException
-