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
-
Constructor Details
-
CheckedUtf8FileService
public CheckedUtf8FileService()
-
-
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
-