net.jradius.tls
Class TlsOuputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by net.jradius.tls.TlsOuputStream
All Implemented Interfaces:
Closeable, Flushable

public class TlsOuputStream
extends OutputStream

An OutputStream for an TLS connection.


Method Summary
 void close()
           
 void cose()
          Deprecated. Use 'close' instead
 void flush()
           
 void write(byte[] buf, int offset, int len)
           
 void write(int arg0)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(byte[] buf,
                  int offset,
                  int len)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(int arg0)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

cose

public void cose()
          throws IOException
Deprecated. Use 'close' instead

Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.