Uses of Class
net.officefloor.server.buffer.StreamBufferScanner.ScanTarget
Packages that use StreamBufferScanner.ScanTarget
-
Uses of StreamBufferScanner.ScanTarget in net.officefloor.server.buffer
Methods in net.officefloor.server.buffer with parameters of type StreamBufferScanner.ScanTargetModifier and TypeMethodDescriptionstatic final byteStreamBufferScanner.indexOf(long bytes, StreamBufferScanner.ScanTarget target) Scans theByteBufferto find the next byte of particular value.intStreamBufferScanner.peekToTarget(StreamBufferScanner.ScanTarget target) Peeks in the currentStreamBufferto attempt to find theStreamBufferScanner.ScanTarget.<T extends Throwable>
StreamBufferByteSequenceStreamBufferScanner.scanToTarget(StreamBufferScanner.ScanTarget target, int maxBytesLength, Supplier<T> tooLongExceptionFactory) Scans theStreamBufferfor the byte value from the current position.