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.StreamingOutput
IOException
javax.ws.rs.WebApplicationException
public static StreamingOutputString create(String str)
Copyright © 2020. All rights reserved.