javax.ws.rs.core
Interface StreamingOutput


public interface StreamingOutput


Method Summary
 void write(OutputStream os)
           
 

Method Detail

write

void write(OutputStream os)
           throws IOException
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.