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 class
ChunkedFile
AChunkedInput
that fetches data from a file chunk by chunk.class
ChunkedNioFile
AChunkedInput
that fetches data from a file chunk by chunk using NIOFileChannel
.class
ChunkedNioStream
AChunkedInput
that fetches data from aReadableByteChannel
chunk by chunk.class
ChunkedStream
AChunkedInput
that fetches data from anInputStream
chunk by chunk.
-