Package com.github.jinahya.bit.io
Interface IntWriter
- All Known Subinterfaces:
LongWriter
- All Known Implementing Classes:
Leb128Writer
,Leb128Writer.OfSigned
,Leb128Writer.OfUnsigned
,VlqWriter
- 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
int
values.- Author:
- Jin Kwon <onacit_at_gmail.com>
- See Also:
-
Method Summary
-
Method Details
-
writeInt
Writes specified value to specified output.- Parameters:
output
- the output to which the value is written.value
- the value to write.- Throws:
IOException
- if an I/O error occurs.
-