An extension of {@code DataInput} for reading from in-memory byte arrays; itsmethods offer identical functionality but do not throw {@link IOException}. If any method encounters the end of the array prematurely, it throws {@link IllegalStateException}.
@author Kevin Bourrillion
@since Guava release 01
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.