Uses of Interface
cool.scx.bytes.consumer.ByteConsumer
Packages that use ByteConsumer
-
Uses of ByteConsumer in cool.scx.bytes
Methods in cool.scx.bytes with parameters of type ByteConsumerModifier and TypeMethodDescription<X extends Throwable>
voidByteReader.peek(ByteConsumer<X> byteConsumer, long maxLength, long maxPullCount) default <X extends Throwable>
voidIByteReader.peek(ByteConsumer<X> byteConsumer, long maxLength) <X extends Throwable>
voidIByteReader.peek(ByteConsumer<X> byteConsumer, long maxLength, long maxPullCount) <X extends Throwable>
voidByteReader.read(ByteConsumer<X> byteConsumer, long maxLength, long maxPullCount) default <X extends Throwable>
voidIByteReader.read(ByteConsumer<X> byteConsumer, long maxLength) <X extends Throwable>
voidIByteReader.read(ByteConsumer<X> byteConsumer, long maxLength, long maxPullCount) -
Uses of ByteConsumer in cool.scx.bytes.consumer
Classes in cool.scx.bytes.consumer that implement ByteConsumerModifier and TypeClassDescriptionfinal classByteArrayByteConsumerfinal classByteChunkByteConsumerfinal classFillByteArrayByteConsumerfinal classFillByteBufferByteConsumerfinal classOutputStreamByteConsumerfinal classSkipByteConsumer