Another try to fix the bug

This commit is contained in:
Aleksander Nowakowski 2014-11-03 09:54:20 +01:00
parent bfcc0882c1
commit f84897e34b
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ import no.nordicsemi.android.dfu.exception.HexFileValidationException;
* </p> * </p>
*/ */
public class HexInputStream extends FilterInputStream { public class HexInputStream extends FilterInputStream {
private final int LINE_LENGTH = 20; private final int LINE_LENGTH = 128;
private final byte[] localBuf; private final byte[] localBuf;
private int localPos; private int localPos;
private int pos; private int pos;