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 TypeMethodDescriptionvoidByteReader.peek(ByteConsumer byteConsumer, long maxLength, long maxPullCount) default voidIByteReader.peek(ByteConsumer byteConsumer, long maxLength) voidIByteReader.peek(ByteConsumer byteConsumer, long maxLength, long maxPullCount) 向 byteConsumer 写入指定长度字节 (指针不会移动) 当没有更多的数据时会抛出异常voidByteReader.read(ByteConsumer byteConsumer, long maxLength, long maxPullCount) default voidIByteReader.read(ByteConsumer byteConsumer, long maxLength) voidIByteReader.read(ByteConsumer byteConsumer, long maxLength, long maxPullCount) 向 byteConsumer 写入指定长度字节 (指针会移动) 当没有更多的数据时会抛出异常voidByteReader.walk(ByteConsumer consumer, long maxLength, boolean movePointer, long maxPullCount) -
Uses of ByteConsumer in cool.scx.bytes.consumer
Classes in cool.scx.bytes.consumer that implement ByteConsumerModifier and TypeClassDescriptionclassByteArrayDataConsumerclass接受为单个 DataNodeclass填充方式class填充方式class写入到输出流中class直接跳过