org.xnap.plugin.opennap.net
Class WSXFileWriter

java.lang.Object
  extended by org.xnap.plugin.opennap.net.WSXFileWriter
All Implemented Interfaces:
OpenNapServerWriter, WSXFile

public class WSXFileWriter
extends java.lang.Object
implements OpenNapServerWriter, WSXFile


Field Summary
 
Fields inherited from interface org.xnap.plugin.opennap.net.WSXFile
ADDRESS, AUTO_CONNECT, CLIENT_INFO, NAME_VALUE_DELIM, NETWORK, NOT_AVAILABLE, PORT, TYPE, TYPE_META, TYPE_NORMAL, USER_PASSWORD, USERNAME
 
Constructor Summary
WSXFileWriter(java.lang.String filename)
           
 
Method Summary
 void close()
          Invoked when the stream is closed.
 void open()
          Invoked when the stream is opened.
 void write(OpenNapServer server)
          Called successively after open was invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSXFileWriter

public WSXFileWriter(java.lang.String filename)
Method Detail

close

public void close()
Description copied from interface: OpenNapServerWriter
Invoked when the stream is closed.

Specified by:
close in interface OpenNapServerWriter

open

public void open()
          throws java.io.IOException
Description copied from interface: OpenNapServerWriter
Invoked when the stream is opened.

Specified by:
open in interface OpenNapServerWriter
Throws:
java.io.IOException

write

public void write(OpenNapServer server)
           throws java.io.IOException
Description copied from interface: OpenNapServerWriter
Called successively after open was invoked.

Specified by:
write in interface OpenNapServerWriter
Throws:
java.io.IOException


Copyright © 2001-2005 XNap Team. All Rights Reserved.