Home
last modified time | relevance | path

Searched refs:getPluginByteParameter (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/
H A DPluginConfig.java626 public byte[] getPluginByteParameter(String key); in getPluginByteParameter() method
637 public byte[] getPluginByteParameter(String key, byte[] default_value); in getPluginByteParameter() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/remote/
H A DRPPluginConfig.java336 public byte[] getPluginByteParameter(String key, byte[] defaultValue ) in getPluginByteParameter() method in RPPluginConfig
548 public byte[] getPluginByteParameter(String key) {notSupported(); return null;} in getPluginByteParameter() method in RPPluginConfig
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/
H A DPluginConfigImpl.java698 public byte[] getPluginByteParameter(String name) { in getPluginByteParameter() method in PluginConfigImpl
702 public byte[] getPluginByteParameter(String name, byte[] default_value) { in getPluginByteParameter() method in PluginConfigImpl