Some changes and 2nd part of data from ithaki

This commit is contained in:
Christos Houtouridis
2018-12-02 22:18:45 +02:00
parent d328e84cc2
commit b212aa07d4
28 changed files with 43033 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package net.hoo2.auth.vmodem;
import java.io.*;
class Image {
static final int IMAGE_BUFFER_SIZE = 128*1024;
static final int IMAGE_BUFFER_SIZE = 256*1024;
static final byte[] IMAGE_BEGIN = {(byte)0xFF, (byte)0xD8};
static final byte[] IMAGE_END = {(byte)0xFF, (byte)0xD9};