接口 OutputStreamPublisher.ByteMapper<T>
- 类型参数:
T- the type to map to
- 封闭类:
- OutputStreamPublisher<T>
public static interface OutputStreamPublisher.ByteMapper<T>
Maps bytes written to in
OutputStreamPublisher.OutputStreamHandler.handle(OutputStream)
to published items.-
方法概要
-
方法详细资料
-
map
Maps a single byte toT. -
map
Maps a byte array toT.
-