Ecosyste.ms: Awesome
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: 29 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-20T05:28:58.000Z (almost 11 years ago)
- Last Synced: 2024-04-28T02:42:15.871Z (8 months ago)
- Language: Java
- Size: 199 KB
- Stars: 11
- Watchers: 4
- 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/)