Home | History | Annotate | Download | only in os

Lines Matching refs:getByte

815     public byte getByte(String key) {
817 return getByte(key, (byte) 0);
827 public Byte getByte(String key, byte defaultValue) {