FileDocCategorySizeDatePackage
DHTPluginValueImpl.javaAPI DocAzureus 3.0.3.41579Thu Jan 11 07:45:34 GMT 2007com.aelitis.azureus.plugins.dht.impl

DHTPluginValueImpl

public class DHTPluginValueImpl extends Object implements com.aelitis.azureus.plugins.dht.DHTPluginValue

Fields Summary
private com.aelitis.azureus.core.dht.transport.DHTTransportValue
value
Constructors Summary
protected DHTPluginValueImpl(com.aelitis.azureus.core.dht.transport.DHTTransportValue _value)

		value	= _value;
	
Methods Summary
public longgetCreationTime()

		return( value.getCreationTime());
	
public intgetFlags()

		return( value.getFlags()&0xff);
	
public byte[]getValue()

		return( value.getValue());
	
public longgetVersion()

		return( value.getVersion());