Searched defs:getByte (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java241 public static byte getByte(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { method in class:Array
H A DField.java367 public native byte getByte(Object object) method in class:Field
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DNativeObject.java175 final byte getByte(int offset) { method in class:NativeObject
176 return unsafe.getByte(offset + address);
378 byte b = unsafe.getByte(a);
/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputStream.java552 int getByte() throws IOException { method in class:DerInputStream
/libcore/ojluni/src/main/java/java/sql/
H A DCallableStatement.java205 byte getByte(int parameterIndex) throws SQLException; method in interface:CallableStatement
826 * @see #getByte
1387 byte getByte(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java274 byte getByte(int columnIndex) throws SQLException; method in interface:ResultSet
560 byte getByte(String columnLabel) throws SQLException; method in interface:ResultSet
/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java295 public native byte getByte(Object obj, long offset); method in class:Unsafe
361 public native byte getByte(long address); method in class:Unsafe

Completed in 137 milliseconds