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<E extends Throwable>
voidByteReader.peek(ByteConsumer<E> byteConsumer, long maxLength, long maxPullCount) default <E extends Throwable>
voidIByteReader.peek(ByteConsumer<E> byteConsumer, long maxLength) <E extends Throwable>
voidIByteReader.peek(ByteConsumer<E> byteConsumer, long maxLength, long maxPullCount) <E extends Throwable>
voidByteReader.read(ByteConsumer<E> byteConsumer, long maxLength, long maxPullCount) default <E extends Throwable>
voidIByteReader.read(ByteConsumer<E> byteConsumer, long maxLength) <E extends Throwable>
voidIByteReader.read(ByteConsumer<E> 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