Class RendererIO


  • public class RendererIO
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.Function<java.nio.file.Path,​java.nio.ByteBuffer> PATH_BUFFER_FUNCTION  
    • Constructor Summary

      Constructors 
      Constructor Description
      RendererIO()  
    • Method Summary

      Modifier and Type Method Description
      static java.nio.file.attribute.BasicFileAttributes getFileAttributes​(java.nio.file.Path path)  
      static long mtimeFor​(java.nio.file.Path path)  
      static java.nio.ByteBuffer readBuffer​(java.nio.file.Path path)  
      static java.lang.String readString​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

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

      • PATH_BUFFER_FUNCTION

        public static java.util.function.Function<java.nio.file.Path,​java.nio.ByteBuffer> PATH_BUFFER_FUNCTION
    • Constructor Detail

      • RendererIO

        public RendererIO()
    • Method Detail

      • readString

        public static java.lang.String readString​(java.nio.file.Path path)
      • readBuffer

        public static java.nio.ByteBuffer readBuffer​(java.nio.file.Path path)
      • getFileAttributes

        public static java.nio.file.attribute.BasicFileAttributes getFileAttributes​(java.nio.file.Path path)
      • mtimeFor

        public static long mtimeFor​(java.nio.file.Path path)