Class FileSystem


  • public class FileSystem
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.OutputStream append​(java.io.OutputStream output, io.netty.buffer.ByteBuf buf)  
      static java.nio.file.Path choosePath​(java.nio.file.Path dir, java.lang.String filename)  
      static void close​(java.io.OutputStream out)  
      static java.io.OutputStream open​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • choosePath

        public static java.nio.file.Path choosePath​(java.nio.file.Path dir,
                                                    java.lang.String filename)
      • open

        public static java.io.OutputStream open​(java.nio.file.Path path)
      • append

        public static java.io.OutputStream append​(java.io.OutputStream output,
                                                  io.netty.buffer.ByteBuf buf)
      • close

        public static void close​(java.io.OutputStream out)