mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 17:55:24 +00:00
JPProxy update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user