public class JwsOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
JwsOutputStream(OutputStream out,
JwsSignature signature) |
public JwsOutputStream(OutputStream out, JwsSignature signature)
public void write(int value) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
Apache CXF