Bluestep JS Documentation
    Preparing search index...

    Interface Closeable

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

    See java.io.InputStream for full documentation

    interface Closeable {
        close(): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    Methods

    • Returns void