JPProxy update

This commit is contained in:
Jindra Petk
2011-07-16 12:40:49 +02:00
parent 991b08d8bc
commit 49a8fd03bf
24 changed files with 2419 additions and 1577 deletions

View File

@@ -3,11 +3,6 @@ package com.jpexs.proxy;
import java.io.IOException;
import java.io.OutputStream;
/**
* Class used to represent an array of bytes as an Object.
*
* @author Mark Boyns
*/
public class ByteArray {
public byte bytes[];
public int offset = 0;