forEachByte

inline fun ByteIterator.forEachByte(action: (Byte) -> Unit)
inline fun ByteIterable.forEachByte(action: (Byte) -> Unit)