Class WrapperObjectOutputStream

    • Constructor Detail

      • WrapperObjectOutputStream

        public WrapperObjectOutputStream​(ObjectOutput out)
        Construct a WrapperObjectOutputStream that will output to the specified object implementing the ObjectOutput interface.
        Parameters:
        out - an object implementing ObjectOutput to write to
    • Method Detail

      • getObjectOutput

        public ObjectOutput getObjectOutput()
        Obtain the underlying object providing the ObjectOutput interface that this object is delegating to.
        Returns:
        the underlying ObjectOutput