Package com.github.jinahya.bit.io
Interface ByteOutput
- All Known Implementing Classes:
AbstractByteOutput
,BufferByteOutput
,ChannelByteOutput
,DataByteOutput
,StreamByteOutput
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface for writing bytes.
- Author:
- Jin Kwon <jinahya_at_gmail.com>
- See Also:
-
Method Summary
-
Method Details
-
write
Writes specified unsigned 8-bit byte value.- Parameters:
value
- the unsigned 8-bit byte value to write; between0
and255
, both inclusive.- Throws:
IOException
- if an I/O error occurs.
-