This commit is contained in:
hdvt
2025-11-13 23:51:01 +03:00
parent a8b772a5ea
commit a9742134b2
5 changed files with 7 additions and 22 deletions

View File

@@ -4,11 +4,15 @@ import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.function.Consumer;
import java.util.function.Supplier;
public class HandlerWriter {
public static void write(String body) throws IOException {
Consumer<String> consumer = (String s) -> {};
String classFilePath = "models/Handlers.class"; // Путь к вашему файлу
Path path = Paths.get(classFilePath);