Method that will read, and return (but NOT remove) the next entry, if one is available; or return null if none available. Method is idempotent.
Note that implementations may require additional storage for keeping track of recently peeked entry; for example, they may retain a byte array copy of the contents separate from physical storage.
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.