扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util.prefs类abstractpreferences的类成员方法: getbytearray定义及介绍
发布时间:2014-2-17
本文导语:
getbytearray
public byte[] getbytearray(string key,
byte[] def)
根据 preferences.getbytearray(string,byte[]) 中的规范实现 getbytearray 方法。
指定者:类 preferences 中的 getbytearray
参数:key - 要作为字节数组返回其关联值的键。...