public static byte[] PeekToEnd(this HazelBinaryReader binRdr) { return(binRdr.PeekBytes((int)binRdr.GetBytesLeft())); }