Interface SerializedData.InputStreamFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.ObjectInput create​(java.io.InputStream in)
      Creates an object input stream based on the given input stream.
    • Method Detail

      • create

        java.io.ObjectInput create​(java.io.InputStream in)
                            throws java.io.IOException
        Creates an object input stream based on the given input stream.
        Throws:
        java.io.IOException