Class IOUtil
java.lang.Object
dev.pfaff.altargui.io.IOUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
readAllBytes
(Reallocator allocator, Path path) static void
write
(Path path, MemorySegment data, OpenOption... options) static void
write
(Path path, MemorySegment data, Set<OpenOption> options)
-
Constructor Details
-
IOUtil
public IOUtil()
-
-
Method Details
-
readAllBytes
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-