An open API service indexing awesome lists of open source software.

https://github.com/ata4/jvpklib

A simple Java library to read Valve's VPK archive files.
https://github.com/ata4/jvpklib

Last synced: 4 months ago
JSON representation

A simple Java library to read Valve's VPK archive files.

Awesome Lists containing this project

README

          

jvpklib
=======

This is a simple Java library to read Valve's VPK archive files.
Write support also should be possible, but I won't implement it until I fully understand the file format of VPK v2.

It supports both VPK v1 and v2. The old headerless VPK format as well as the "Vampire: The Masquerade - Bloodlines" VPK format, on the other hand, isn't supported.

It is writen for Java 7 and uses NIO buffers and memory mapping for good I/O performance.

Dependencies
------------

* [apache-commons-io-2.4](http://commons.apache.org/io/)