Uses of Interface
cool.scx.io.data_consumer.DataConsumer
Packages that use DataConsumer
-
Uses of DataConsumer in cool.scx.io.data_consumer
Classes in cool.scx.io.data_consumer that implement DataConsumerModifier and TypeClassDescriptionclassByteArrayDataConsumerclass填充方式class填充方式classclass -
Uses of DataConsumer in cool.scx.io.data_reader
Methods in cool.scx.io.data_reader with parameters of type DataConsumerModifier and TypeMethodDescriptionvoidDataReader.peek(DataConsumer dataConsumer, long maxLength) 向 outputStream 写入指定长度字节 (指针不会移动) 当没有更多的数据时会抛出异常voidLinkedDataReader.peek(DataConsumer dataConsumer, long maxLength) voidDataReader.read(DataConsumer dataConsumer, long maxLength) 向 dataConsumer 写入指定长度字节 (指针会移动) 当没有更多的数据时会抛出异常voidLinkedDataReader.read(DataConsumer dataConsumer, long maxLength) voidLinkedDataReader.walk(DataConsumer consumer, long maxLength, boolean movePointer)