public class GSSOutputStream extends OutputStream
Constructor and Description |
---|
GSSOutputStream(OutputStream out,
GSSContext gssContext,
MessageProp messageProp,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
write(byte[] buf) |
void |
write(byte[] b,
int pos,
int len) |
void |
write(int b) |
close
public GSSOutputStream(OutputStream out, GSSContext gssContext, MessageProp messageProp, int bufferSize)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] buf) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int pos, int len) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.