Class SerializedData.BasicInputStreamFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.ObjectInput create​(java.io.InputStream in)
      Creates an ObjectInputStream over the top of the given input stream.
      • Methods inherited from class java.lang.Object

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

      • BasicInputStreamFactory

        private BasicInputStreamFactory()
    • Method Detail

      • create

        public java.io.ObjectInput create​(java.io.InputStream in)
                                   throws java.io.IOException
        Creates an ObjectInputStream over the top of the given input stream.
        Specified by:
        create in interface SerializedData.InputStreamFactory
        Throws:
        java.io.IOException