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) 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) 从当前 ByteInput 中读取数据直到遇到指定分隔符 (单字节或多字节).default byte[]ByteInput.readUntil(byte b, int maxLength)