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 class  BinarySmallFileService.CheckedSmallBinaryFileService  
  • Constructor Summary

    Constructors 
    Constructor Description
    BinarySmallFileService()  
  • Method Summary

    Modifier and Type Method Description
    byte[] readBytes​(java.nio.file.Path fullPath)  
    void writeBytes​(java.nio.file.Path fullPath, byte[] contents)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • writeBytes

      public void writeBytes​(java.nio.file.Path fullPath, byte[] contents)
    • readBytes

      public byte[] readBytes​(java.nio.file.Path fullPath)