All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.audioattack.io.package-info Maven / Gradle / Ivy

Go to download

A replacement for java.io.Console with a System.in and System.out based fallback

The newest version!
/*
 * SPDX-FileCopyrightText: 2021 Marc Nause 
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * Provides a drop-in replacement for Java's {@link java.io.Console java.io.Console} which is problematic to use
 * since it is not available in some environments and is a common cause of {@link java.lang.NullPointerException}s.
 */
package de.audioattack.io;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy