Class FileDataStore

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.io.OutputStream outputAt​(int offset)  
      java.io.InputStream readAt​(int offset)  
      • Methods inherited from class java.lang.Object

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

      • FileDataStore

        public FileDataStore​(@Nonnull
                             java.io.File file)
                      throws java.io.FileNotFoundException,
                             java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
    • Method Detail

      • outputAt

        @Nonnull
        public java.io.OutputStream outputAt​(int offset)
        Specified by:
        outputAt in interface DexDataStore
      • readAt

        @Nonnull
        public java.io.InputStream readAt​(int offset)
        Specified by:
        readAt in interface DexDataStore
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface DexDataStore
        Throws:
        java.io.IOException