public class StreamingOutputString extends Object implements javax.ws.rs.core.StreamingOutput
| Constructor and Description |
|---|
StreamingOutputString(String str) |
| Modifier and Type | Method and Description |
|---|---|
static StreamingOutputString |
create(String str) |
void |
write(OutputStream output) |
public StreamingOutputString(String str)
public void write(OutputStream output) throws IOException, javax.ws.rs.WebApplicationException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionjavax.ws.rs.WebApplicationExceptionpublic static StreamingOutputString create(String str)
Copyright © 2015. All rights reserved.