org.xnap.plugin.overnet.net.msg.core
Class OvernetCoreMessage
java.lang.Object
org.xnap.plugin.overnet.net.msg.OvernetMessage
org.xnap.plugin.overnet.net.msg.core.OvernetCoreMessage
- Direct Known Subclasses:
- ChangeUploadSlotMessage, CoreStatusMessage, DownloadStatusMessage, GapsMessage, NewDownloadMessage, NewUploadMessage, OptionsMessage, RemoveDownloadMessage, RemoveUploadSlotMessage, SearchResultMessage, SharedDirsMessage, SharedFilesMessage, UploadStatusMessage
public abstract class OvernetCoreMessage
- extends OvernetMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OvernetCoreMessage
protected OvernetCoreMessage(byte type,
java.nio.ByteBuffer buffer)
isValid
public boolean isValid()
getString
protected java.lang.String getString()
skip
protected void skip(int length)
getShort
protected short getShort()
getInt
protected int getInt()
getFloat
protected float getFloat()
get
protected byte get()
get
protected void get(byte[] array)
remaining
protected int remaining()
readTags
protected Tags readTags()
Copyright © 2001-2005 XNap Team. All Rights Reserved.