接口 TouchableDataBuffer
- 所有超级接口:
DataBuffer
- 所有已知子接口:
PooledDataBuffer
- 所有已知实现类:
Netty5DataBuffer,NettyDataBuffer
Extension of
DataBuffer that allows for buffers that can be given
hints for debugging purposes.- 从以下版本开始:
- 4.0 2022/8/29 00:19
- 作者:
- Arjen Poutsma, Harry Yang
-
嵌套类概要
从接口继承的嵌套类/接口 cn.taketoday.core.io.buffer.DataBuffer
DataBuffer.ByteBufferIterator -
方法概要
修饰符和类型方法说明Associate the given hint with the data buffer for debugging purposes.从接口继承的方法 cn.taketoday.core.io.buffer.DataBuffer
asByteBuffer, asByteBuffer, asInputStream, asInputStream, asOutputStream, capacity, capacity, ensureWritable, factory, getByte, indexOf, lastIndexOf, read, read, read, readableByteBuffers, readableByteCount, readPosition, readPosition, retainedSlice, slice, split, toByteBuffer, toByteBuffer, toByteBuffer, toByteBuffer, toString, toString, writableByteBuffers, writableByteCount, write, write, write, write, write, write, writePosition, writePosition
-
方法详细资料
-
touch
Associate the given hint with the data buffer for debugging purposes.- 返回:
- this buffer
-