Class Storage

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    FileStorage, InputStreamStorage

    public abstract class Storage
    extends java.lang.Object
    implements java.io.Closeable
    • Constructor Summary

      Constructors 
      Constructor Description
      Storage()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.io.InputStream getArray​(java.lang.String path)  
      abstract java.io.InputStream getObject()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.io.Closeable

        close
    • Constructor Detail

      • Storage

        public Storage()
    • Method Detail

      • getObject

        public abstract java.io.InputStream getObject()
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • getArray

        public abstract java.io.InputStream getArray​(java.lang.String path)
                                              throws java.io.IOException
        Throws:
        java.io.IOException