Class FilterObjectStream<S,​T>

    • Method Detail

      • close

        public void close()
                   throws IOException
        Description copied from interface: ObjectStream
        Closes the ObjectStream and releases all allocated resources. After close was called its not allowed to call read or reset.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface ObjectStream<S>
        Throws:
        IOException - if there is an error during closing the stream