Closeable, Flushable, AutoCloseableGridFTPOutputStream, GSIGssOutputStreampublic abstract class GssOutputStream extends OutputStream
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
autoFlush |
|
protected byte[] |
buff |
|
protected GSSContext |
context |
|
protected int |
index |
|
protected OutputStream |
out |
| Constructor | Description |
|---|---|
GssOutputStream(OutputStream out,
GSSContext context) |
|
GssOutputStream(OutputStream out,
GSSContext context,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
abstract void |
flush() |
|
boolean |
getAutoFlush() |
|
void |
setAutoFlush(boolean autoFlush) |
|
protected byte[] |
wrap() |
|
void |
write(byte[] data) |
|
void |
write(byte[] data,
int off,
int len) |
|
void |
write(int b) |
protected OutputStream out
protected GSSContext context
protected boolean autoFlush
protected byte[] buff
protected int index
public GssOutputStream(OutputStream out, GSSContext context)
public GssOutputStream(OutputStream out, GSSContext context, int size)
public void setAutoFlush(boolean autoFlush)
public boolean getAutoFlush()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] data)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] data,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionprotected byte[] wrap()
throws IOException
IOExceptionpublic abstract void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in class OutputStreamIOExceptionCopyright © 2018. All rights reserved.