public static interface ByteUtils.ByteConsumer
Modifier and Type | Method and Description |
---|---|
void |
accept(int b)
The contract is similar to
OutputStream.write(int) ,
consume the lower eight bytes of the int as a byte. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved