Class AutoFlushingObjectWriter

    • Constructor Detail

      • AutoFlushingObjectWriter

        public AutoFlushingObjectWriter​(ObjectOutputStream objectOutputStream,
                                        int resetFrequency)
        Deprecated.
        Creates a new instance for the given ObjectOutputStream.
        Parameters:
        objectOutputStream - the stream to write to
        resetFrequency - the frequency with which the given stream will be automatically reset to prevent a memory leak
    • Method Detail

      • write

        public void write​(Object object)
                   throws IOException
        Deprecated.
        Description copied from interface: ObjectWriter
        Writes an object to an output.
        Specified by:
        write in interface ObjectWriter
        Parameters:
        object - the Object to write
        Throws:
        IOException - in case input/output fails, details are defined by the implementation