Home
last modified time | relevance | path

Searched refs:getCoreByteParameter (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.java359 public byte[] getCoreByteParameter(String key); in getCoreByteParameter() method
370 public byte[] getCoreByteParameter(String key, byte[] default_value); in getCoreByteParameter() method
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/remote/
H A DRPPluginConfig.java566 …public byte[] getCoreByteParameter(String key, byte[] default_value) {notSupported(); return null;} in getCoreByteParameter() method in RPPluginConfig
567 public byte[] getCoreByteParameter(String key) {notSupported(); return null;} in getCoreByteParameter() method in RPPluginConfig
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/
H A DPluginConfigImpl.java501 public byte[] getCoreByteParameter(String name) { in getCoreByteParameter() method in PluginConfigImpl
506 public byte[] getCoreByteParameter(String name, byte[] default_value) { in getCoreByteParameter() method in PluginConfigImpl