org.xnap.plugin.overnet.net.msg.core
Class SharedDirsMessage

java.lang.Object
  extended by org.xnap.plugin.overnet.net.msg.OvernetMessage
      extended by org.xnap.plugin.overnet.net.msg.core.OvernetCoreMessage
          extended by org.xnap.plugin.overnet.net.msg.core.SharedDirsMessage

public class SharedDirsMessage
extends OvernetCoreMessage


Field Summary
 java.lang.String[] dirs
           
static byte TYPE
           
 
Fields inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
type
 
Constructor Summary
SharedDirsMessage(java.nio.ByteBuffer buffer)
           
 
Method Summary
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.core.OvernetCoreMessage
get, get, getFloat, getInt, getShort, getString, isValid, readTags, remaining, skip
 
Methods inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage
receive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final byte TYPE
See Also:
Constant Field Values

dirs

public java.lang.String[] dirs
Constructor Detail

SharedDirsMessage

public SharedDirsMessage(java.nio.ByteBuffer buffer)


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