Uses of Interface
org.springframework.core.io.buffer.DataBufferUtils.Matcher
Packages that use DataBufferUtils.Matcher
Package
Description
Generic abstraction for working with byte buffer implementations.
-
Uses of DataBufferUtils.Matcher in org.springframework.core.io.buffer
Methods in org.springframework.core.io.buffer that return DataBufferUtils.MatcherModifier and TypeMethodDescriptionstatic DataBufferUtils.MatcherDataBufferUtils.matcher(byte[] delimiter) Return aDataBufferUtils.Matcherfor the given delimiter.static DataBufferUtils.MatcherDataBufferUtils.matcher(byte[]... delimiters) Return aDataBufferUtils.Matcherfor the given delimiters.