static class KerberosUtil.ConnectionOutputStream extends OutputStream
Modifier and Type | Field and Description |
---|---|
private byte[] |
buf |
private static int |
bufSize |
private KerberosUtil.Connection |
connection |
private int |
curLen |
Constructor and Description |
---|
KerberosUtil.ConnectionOutputStream(KerberosUtil.Connection connection)
Construct an instance of ConnectionOutputStream
|
private static final int bufSize
private final byte[] buf
private int curLen
private final KerberosUtil.Connection connection
KerberosUtil.ConnectionOutputStream(KerberosUtil.Connection connection)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.