INNER CODE UNIT · Java

setCurrentBsonType

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

    protected void setCurrentBsonType(final BsonType newType) {
        currentBsonType = newType;
    }

    /**
     * @return The current state of the reader.
     */
    public State getState() {
        return state;
    }

    /**
     * Sets the new current state of this reader.
     *
     * @param newState the state to set this reader to.
     */
    protected void setState(final State newState) {
        state = newState;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…