Package io.datarouter.storage.file.small
Class Utf8SmallFileService.CheckedSmallUtf8FileService
java.lang.Object
io.datarouter.storage.file.small.Utf8SmallFileService.CheckedSmallUtf8FileService
- Enclosing class:
- Utf8SmallFileService
@Singleton
public static class Utf8SmallFileService.CheckedSmallUtf8FileService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CheckedSmallUtf8FileService() -
Method Summary
-
Constructor Details
-
CheckedSmallUtf8FileService
public CheckedSmallUtf8FileService()
-
-
Method Details
-
writeUtf8
public void writeUtf8(java.nio.file.Path fullPath, java.lang.String contents) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException- Throws:
java.io.FileNotFoundExceptionjava.io.UnsupportedEncodingException
-
readUtf8
public java.lang.String readUtf8(java.nio.file.Path fullPath) throws java.io.IOException- Throws:
java.io.IOException
-