Class FileContentAccess

java.lang.Object
kz.greetgo.security.crypto.FileContentAccess
All Implemented Interfaces:
ContentAccess

public class FileContentAccess
extends java.lang.Object
implements ContentAccess
  • Constructor Summary

    Constructors 
    Constructor Description
    FileContentAccess​(java.io.File file)  
  • Method Summary

    Modifier and Type Method Description
    byte[] downloadBytes()  
    boolean exists()  
    void uploadBytes​(byte[] bytes)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface kz.greetgo.security.crypto.ContentAccess

    delete