Uses of Class
cool.scx.io.exception.NoMatchFoundException
Packages that use NoMatchFoundException
-
Uses of NoMatchFoundException in cool.scx.io
Methods in cool.scx.io that throw NoMatchFoundExceptionModifier and TypeMethodDescriptiondefault longByteInput.indexOf(byte b) default longByteInput.indexOf(byte[] b) default longByteInput.indexOf(byte[] b, long maxLength) default longByteInput.indexOf(byte b, long maxLength) longByteInput.indexOf(ByteIndexer indexer, long maxLength) 在最多 maxLength 个字节中查找匹配 (或直到 EOF).longDefaultByteInput.indexOf(ByteIndexer indexer, long maxLength) longNullByteInput.indexOf(ByteIndexer indexer, long maxLength) longDefaultByteInput.indexOf0(ByteIndexer indexer, long maxLength, long maxPullCount) default byte[]ByteInput.peekUntil(byte b) default byte[]ByteInput.peekUntil(byte[] b) default byte[]ByteInput.peekUntil(byte[] b, int maxLength) default byte[]ByteInput.peekUntil(byte b, int maxLength) default byte[]ByteInput.readUntil(byte b) default byte[]ByteInput.readUntil(byte[] b) default byte[]ByteInput.readUntil(byte[] b, int maxLength) default byte[]ByteInput.readUntil(byte b, int maxLength)