Package io.datarouter.storage.file.small
Class BinarySmallFileService
java.lang.Object
io.datarouter.storage.file.small.BinarySmallFileService
@Singleton
public class BinarySmallFileService
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinarySmallFileService.CheckedSmallBinaryFileService -
Constructor Summary
Constructors Constructor Description BinarySmallFileService() -
Method Summary
Modifier and Type Method Description byte[]readBytes(java.nio.file.Path fullPath)voidwriteBytes(java.nio.file.Path fullPath, byte[] contents)
-
Constructor Details
-
BinarySmallFileService
public BinarySmallFileService()
-
-
Method Details
-
writeBytes
public void writeBytes(java.nio.file.Path fullPath, byte[] contents) -
readBytes
public byte[] readBytes(java.nio.file.Path fullPath)
-