Class RendererIO
- java.lang.Object
-
- io.virtdata.docsys.metafs.fs.renderfs.api.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.BasicFileAttributesgetFileAttributes(java.nio.file.Path path)static longmtimeFor(java.nio.file.Path path)static java.nio.ByteBufferreadBuffer(java.nio.file.Path path)static java.lang.StringreadString(java.nio.file.Path path)
-
-
-
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)
-
-