Some changes and 2nd part of data from ithaki
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user