Legacy jar reassembly, base of proper custom jar support
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "JlCompress.h"
|
||||
#include <QDebug>
|
||||
|
||||
static bool copyData(QIODevice &inFile, QIODevice &outFile)
|
||||
bool JlCompress::copyData(QIODevice &inFile, QIODevice &outFile)
|
||||
{
|
||||
while (!inFile.atEnd()) {
|
||||
char buf[4096];
|
||||
|
Reference in New Issue
Block a user