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 TypeMethodDescriptionlongByteInput.indexOf(ByteIndexer indexer, long maxLength) 在最多 maxLength 个字节中查找匹配 (或直到 EOF).longDefaultByteInput.indexOf(ByteIndexer indexer, long maxLength) longNullByteInput.indexOf(ByteIndexer indexer, long maxLength) -
Uses of ByteIndexer in cool.scx.io.indexer
Classes in cool.scx.io.indexer that implement ByteIndexerModifier and TypeClassDescriptionfinal classKMPByteIndexerfinal classSingleByteIndexer