001package co.codewizards.cloudstore.core.io; 002 003/** 004 * {@link java.io.ByteArrayInputStream ByteArrayInputStream}-representing interface to be used in API contracts. 005 * <p> 006 * See {@link IInputStream} for further details. 007 * 008 * @author Marco หงุ่ยตระกูล-Schulze - marco at codewizards dot co 009 */ 010public interface IByteArrayInputStream extends IInputStream { 011}