Bluestep JS Documentation
    Preparing search index...

    Interface AutoCloseable

    This abstract class is the superclass of all classes representing an input stream of bytes.

    See java.io.InputStream for full documentation

    interface AutoCloseable {
        close(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Returns void