Package zombie.inventory
Class CompressIdenticalItems
java.lang.Object
zombie.inventory.CompressIdenticalItems
public class CompressIdenticalItems
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CompressIdenticalItems()
-
Method Summary
Modifier and Type Method Description static java.util.ArrayList
load(java.nio.ByteBuffer byteBuffer, int int1, java.util.ArrayList arrayList, java.util.ArrayList arrayList2)
static java.util.ArrayList
save(java.nio.ByteBuffer byteBuffer, java.util.ArrayList arrayList, IsoGameCharacter gameCharacter)
static void
save(java.nio.ByteBuffer byteBuffer, InventoryItem inventoryItem)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompressIdenticalItems
public CompressIdenticalItems()
-
-
Method Details
-
save
public static java.util.ArrayList save(java.nio.ByteBuffer byteBuffer, java.util.ArrayList arrayList, IsoGameCharacter gameCharacter) throws java.io.IOException- Throws:
java.io.IOException
-
load
public static java.util.ArrayList load(java.nio.ByteBuffer byteBuffer, int int1, java.util.ArrayList arrayList, java.util.ArrayList arrayList2) throws java.io.IOException- Throws:
java.io.IOException
-
save
public static void save(java.nio.ByteBuffer byteBuffer, InventoryItem inventoryItem) throws java.io.IOException- Throws:
java.io.IOException
-