Refactored some buffering classes

This commit is contained in:
Pazaz 2022-04-22 15:56:53 -04:00
parent 38800991cb
commit e79d5ddee8
29 changed files with 391 additions and 391 deletions

View file

@ -84,7 +84,7 @@ public final class Static23 {
public static byte[] method648(@OriginalArg(1) byte[] arg0) {
@Pc(6) int local6 = arg0.length;
@Pc(9) byte[] local9 = new byte[local6];
Static289.method2612(arg0, 0, local9, 0, local6);
Static289.copy(arg0, 0, local9, 0, local6);
return local9;
}
}