Class Utf8SmallFileService.CheckedUtf8FileService

java.lang.Object
io.datarouter.filesystem.raw.small.Utf8SmallFileService.CheckedUtf8FileService
Enclosing class:
Utf8SmallFileService

@Singleton
public static class Utf8SmallFileService.CheckedUtf8FileService
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CheckedUtf8FileService()  
  • 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) throws java.io.UnsupportedEncodingException
      Throws:
      java.io.UnsupportedEncodingException
    • readUtf8

      public java.lang.String readUtf8​(java.nio.file.Path fullPath) throws java.io.IOException
      Throws:
      java.io.IOException