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.
- Host: GitHub
- URL: https://github.com/ata4/jvpklib
- Owner: ata4
- License: other
- Created: 2013-04-21T15:19:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T05:28:58.000Z (over 12 years ago)
- Last Synced: 2025-03-27T09:40:03.942Z (over 1 year ago)
- Language: Java
- Size: 199 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)