Uses of Interface
cool.scx.io.indexer.ByteIndexer
Packages that use ByteIndexer
-
Uses of ByteIndexer in cool.scx.io
Methods in cool.scx.io with parameters of type ByteIndexerModifier and TypeMethodDescriptiondefault ByteMatchResultByteInput.indexOf(ByteIndexer byteIndexer) ByteInput.indexOf(ByteIndexer indexer, long maxLength) 在最多 maxLength 个字节中查找匹配 (或直到 EOF).DefaultByteInput.indexOf(ByteIndexer indexer, long maxLength) NullByteInput.indexOf(ByteIndexer indexer, long maxLength) default byte[]ByteInput.peekUntil(ByteIndexer byteIndexer) default byte[]ByteInput.peekUntil(ByteIndexer byteIndexer, int maxLength) default byte[]ByteInput.readUntil(ByteIndexer byteIndexer) default byte[]ByteInput.readUntil(ByteIndexer byteIndexer, int maxLength) 从当前 ByteInput 中读取数据直到 ByteIndexer 成功匹配. -
Uses of ByteIndexer in cool.scx.io.indexer
Classes in cool.scx.io.indexer that implement ByteIndexerModifier and TypeClassDescriptionfinal classBitMaskByteIndexerfinal classKMPByteIndexerfinal classLineBreakByteIndexerfinal classSingleByteIndexer -
Uses of ByteIndexer in cool.scx.io.supplier
Constructors in cool.scx.io.supplier with parameters of type ByteIndexerModifierConstructorDescriptionBoundaryByteSupplier(ByteInput byteInput, ByteIndexer byteIndexer, boolean keepBoundaryInSource)