Uses of Interface
org.jboss.netty.handler.stream.ChunkedInput

Packages that use ChunkedInput
org.jboss.netty.handler.stream Writes very large data stream asynchronously neither spending a lot of memory nor getting OutOfMemoryError
 

Uses of ChunkedInput in org.jboss.netty.handler.stream
 

Classes in org.jboss.netty.handler.stream that implement ChunkedInput
 class ChunkedFile
          A ChunkedInput that fetches data from a file chunk by chunk.
 class ChunkedNioFile
          A ChunkedInput that fetches data from a file chunk by chunk using NIO FileChannel.
 class ChunkedNioStream
          A ChunkedInput that fetches data from a ReadableByteChannel chunk by chunk.
 class ChunkedStream
          A ChunkedInput that fetches data from an InputStream chunk by chunk.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.