Uses of Interface
io.netty5.handler.stream.ChunkedInput
-
Packages that use ChunkedInput Package Description io.netty5.handler.stream Writes very large data stream asynchronously neither spending a lot of memory nor gettingOutOfMemoryError. -
-
Uses of ChunkedInput in io.netty5.handler.stream
Classes in io.netty5.handler.stream that implement ChunkedInput Modifier and Type Class Description classChunkedFileAChunkedInputthat fetches data from a file chunk by chunk.classChunkedNioFileAChunkedInputthat fetches data from a file chunk by chunk using NIOFileChannel.classChunkedNioStreamAChunkedInputthat fetches data from aReadableByteChannelchunk by chunk.classChunkedStreamAChunkedInputthat fetches data from anInputStreamchunk by chunk.
-