local.tomas.obex.impl
Class ObexPutStream

java.lang.Object
  extended by java.io.OutputStream
      extended by local.tomas.obex.impl.RunnableOutputStream
          extended by local.tomas.obex.impl.ObexPutStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class ObexPutStream
extends RunnableOutputStream


Constructor Summary
ObexPutStream(ObexConnection conn, java.lang.String name, ObexHeader[] headers)
           
 
Method Summary
protected  void run()
           
 
Methods inherited from class local.tomas.obex.impl.RunnableOutputStream
close, flush, getInputStream, start, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObexPutStream

public ObexPutStream(ObexConnection conn,
                     java.lang.String name,
                     ObexHeader[] headers)
Method Detail

run

protected void run()
            throws java.lang.Exception
Specified by:
run in class RunnableOutputStream
Throws:
java.lang.Exception


Copyright © 2007 null. All Rights Reserved.