Class Utf8SmallFileService

java.lang.Object
io.datarouter.filesystem.raw.small.Utf8SmallFileService

@Singleton
public class Utf8SmallFileService
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Utf8SmallFileService.CheckedUtf8FileService  
  • Constructor Summary

    Constructors 
    Constructor Description
    Utf8SmallFileService()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String readUtf8​(java.nio.file.Path fullPath)  
    void writeUtf8​(java.nio.file.Path fullPath, java.lang.String contents)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • writeUtf8

      public void writeUtf8​(java.nio.file.Path fullPath, java.lang.String contents)
    • readUtf8

      public java.lang.String readUtf8​(java.nio.file.Path fullPath)