com.bluecatcode.common.io.package-info Maven / Gradle / Ivy
The newest version!
/**
* I/O utility libraries and interfaces.
* Main goals:
*
* - Provide easy to use and less error prone abstraction for I/O operations
*
*
* Contents
*
*
* - {@link com.bluecatcode.common.io.Files}
*
- {@link com.bluecatcode.common.io.Resources}
*
- {@link com.bluecatcode.common.io.Closeables}
*
- {@link com.bluecatcode.common.io.BoundedByteArrayOutputStream}
*
*
* @see com.google.common.io
*/
@ParametersAreNonnullByDefault
package com.bluecatcode.common.io;
import javax.annotation.ParametersAreNonnullByDefault;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy