mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-13 08:15:20 +07:00
Created package-info.java for mpq_bytebuf
This commit is contained in:
parent
c744ac149b
commit
0e5fc03f31
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Implementation of MPQ archive decoding backed by netty ByteBuf and wrapping a
|
||||
* mapped byte buffer. Should be a bit faster than original implementation using
|
||||
* java nio ByteBuffer and byte[], but mainly ByteBuf provides more seamless
|
||||
* decoding for certain raw files and a much easier interface to work with for
|
||||
* file decoding. Intended successor to com.riiablo.mpq
|
||||
*/
|
||||
package com.riiablo.mpq_bytebuf;
|
Loading…
Reference in New Issue
Block a user