Class IOExtensions

java.lang.Object
net.hl.lang.ext.IOExtensions

public class IOExtensions extends Object
  • Constructor Details

    • IOExtensions

      public IOExtensions()
  • Method Details

    • newPath

      public static Path newPath(String first)
    • newPath

      public static Path newPath(String first, String... more)
    • newPath

      public static Path newPath(URI uri)
    • write

      public static Path write(URL url, Path to, OpenOption... options)
    • readString

      public static String readString(URL url)
    • write

      public static Path write(Path path, byte[] bytes, OpenOption... options)
    • newPrimitiveByteArray

      public static byte[] newPrimitiveByteArray(URL url)