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

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.SearchResultMessage

public class SearchResultMessage
extends OvernetCoreMessage


Field Summary
 java.lang.String album
           
 java.lang.String artist
           
 int availability
           
 int bitrate
           
 java.lang.String codec
           
 java.lang.String filename
           
 int filesize
           
 java.lang.String format
           
 byte[] hash
           
 java.lang.String length
           
 java.lang.String title
           
 java.lang.String type
           
static byte TYPE
           
 
Constructor Summary
SearchResultMessage(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

filename

public java.lang.String filename

filesize

public int filesize

availability

public int availability

bitrate

public int bitrate

hash

public byte[] hash

format

public java.lang.String format

type

public java.lang.String type

artist

public java.lang.String artist

title

public java.lang.String title

album

public java.lang.String album

length

public java.lang.String length

codec

public java.lang.String codec
Constructor Detail

SearchResultMessage

public SearchResultMessage(java.nio.ByteBuffer buffer)


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