juzu.io
Interface Streamable

All Known Implementing Classes:
ChunkBuffer

public interface Streamable

A streamable is a produce of chunks.

Author:
Julien Viet

Method Summary
 void send(Stream stream)
          Send the chunks to the stream.
 

Method Detail

send

void send(Stream stream)
          throws IllegalStateException
Send the chunks to the stream.

Parameters:
stream - the stream
Throws:
IllegalStateException


Copyright © 2014 eXo Platform SAS. All rights reserved.