RuneHive-Game
Loading...
Searching...
No Matches
Archive.java File Reference
import com.google.common.base.Preconditions;
import com.runehive.fs.cache.Cache;
import com.runehive.fs.util.ByteBufferUtil;
import com.runehive.fs.util.CompressionUtil;
import com.runehive.util.StringUtils;
import it.unimi.dsi.fastutil.ints.Int2ObjectMap;
import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.Map;
import java.util.Optional;
import com.runehive.fs.cache.Cache.INDEX_SIZE;
Include dependency graph for Archive.java:

Go to the source code of this file.

Classes

class  com.runehive.fs.cache.archive.Archive
 Represents an archive within the Cache. More...

Packages

package  com.runehive.fs.cache.archive