Stream.abort()

DEPRECATED

This function is deprecated and should not be used for new implementations. use Stream.close()

DESCRIPTION

Abort a stream. If for some reason the stream just need to be closed, abort will do it for but the write and read direction.

DECLARATION

    public void abort()