Uses of Class
com.kuka.comm.codec.bytebuffer.SegmenterUtil.FoundToken

Packages that use SegmenterUtil.FoundToken
com.kuka.comm.codec.bytebuffer This package contains Encoders and Decoders dealing with ByteBuffers. 
 

Uses of SegmenterUtil.FoundToken in com.kuka.comm.codec.bytebuffer
 

Methods in com.kuka.comm.codec.bytebuffer that return SegmenterUtil.FoundToken
static SegmenterUtil.FoundToken SegmenterUtil.indexOf(List<byte[]> tokens, ByteBuffer buffer)
          Tries to find one of the given tokens as a subsequence within buffer and returns the token's position and the token's index.
static SegmenterUtil.FoundToken SegmenterUtil.indexOf(List<byte[]> tokens, ByteBuffer buffer, int begin, int end)
          Tries to find one of the given tokens as a subsequence within buffer and returns the token's position and the token's index.
 



Copyright © 2019. All rights reserved.