public class GSIGssOutputStream extends GssOutputStream
Modifier and Type | Field and Description |
---|---|
protected byte[] |
header |
protected int |
mode |
Constructor and Description |
---|
GSIGssOutputStream(OutputStream out,
GSSContext context) |
GSIGssOutputStream(OutputStream out,
GSSContext context,
int mode) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
int |
getWrapMode() |
void |
setWrapMode(int mode) |
void |
writeToken(byte[] token) |
close, getAutoFlush, setAutoFlush, wrap, write, write, write
public GSIGssOutputStream(OutputStream out, GSSContext context)
public GSIGssOutputStream(OutputStream out, GSSContext context, int mode)
public void flush() throws IOException
flush
in interface Flushable
flush
in class GssOutputStream
IOException
public void setWrapMode(int mode)
public int getWrapMode()
public void writeToken(byte[] token) throws IOException
IOException
Copyright © 2016. All rights reserved.