no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package _VisualDVM.Repository.Server;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common.Utils.Utils_;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.Serializable;
|
||||
@@ -29,13 +29,13 @@ public class ServerExchangeUnit_2021 implements Serializable {
|
||||
}
|
||||
//--------
|
||||
public void Unpack() throws Exception {
|
||||
CommonUtils.bytesToFile((byte[]) object, new File(arg));
|
||||
Utils_.bytesToFile((byte[]) object, new File(arg));
|
||||
}
|
||||
public void Unpack(File file) throws Exception {
|
||||
CommonUtils.bytesToFile((byte[]) object, file);
|
||||
Utils_.bytesToFile((byte[]) object, file);
|
||||
}
|
||||
public void Print() {
|
||||
System.out.println("codeName=" + CommonUtils.Brackets(codeName));
|
||||
System.out.println("codeName=" + Utils_.Brackets(codeName));
|
||||
System.out.println(arg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user