public class GSSOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
GSSOutputStream(java.io.OutputStream out,
org.ietf.jgss.GSSContext gssContext,
org.ietf.jgss.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) |
public GSSOutputStream(java.io.OutputStream out, org.ietf.jgss.GSSContext gssContext, org.ietf.jgss.MessageProp messageProp, int bufferSize)
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buf) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] b, int pos, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
Copyright © 2024 PostgreSQL Global Development Group. All rights reserved.