Package zombie.inventory
Class CompressIdenticalItems
java.lang.Object
zombie.inventory.CompressIdenticalItems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayListload(ByteBuffer byteBuffer, int int1, ArrayList arrayList, ArrayList arrayList2) static ArrayListsave(ByteBuffer byteBuffer, ArrayList arrayList, IsoGameCharacter gameCharacter) static voidsave(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
-