Class FileContainerPersistence<E>

    • Constructor Detail

      • FileContainerPersistence

        public FileContainerPersistence​(java.io.File file)
    • Method Detail

      • getFile

        public final java.io.File getFile()
      • openInputStream

        protected java.io.InputStream openInputStream()
                                               throws java.io.IOException
        Specified by:
        openInputStream in class ContainerPersistence<E>
        Throws:
        java.io.IOException
      • openOutputStream

        protected java.io.OutputStream openOutputStream()
                                                 throws java.io.IOException
        Specified by:
        openOutputStream in class ContainerPersistence<E>
        Throws:
        java.io.IOException