INNER CODE UNIT · Java

isClosed

mongodb/mongo-java-driver · bson/src/main/org/bson/AbstractBsonReader.java:102

    protected boolean isClosed() {
        return closed;
    }

    /**
     * Handles the logic to read binary data
     *
     * @return the BsonBinary value
     */
    protected abstract BsonBinary doReadBinaryData();

    /**
     * Handles the logic to peek at the binary subtype.
     *
     * @return the binary subtype
     */
    protected abstract byte doPeekBinarySubType();

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…