Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java175 final byte getByte(int offset) { in getByte() method in NativeObject
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java552 int getByte() throws IOException { in getByte() method in DerInputStream
/libcore/ojluni/src/main/java/java/lang/reflect/
DArray.java241 …public static byte getByte(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getByte() method in Array
DField.java367 public native byte getByte(Object object) in getByte() method in Field
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java295 public native byte getByte(Object obj, long offset); in getByte() method in Unsafe
361 public native byte getByte(long address); in getByte() method in Unsafe
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java205 byte getByte(int parameterIndex) throws SQLException; in getByte() method
1387 byte getByte(String parameterName) throws SQLException; in getByte() method
DResultSet.java274 byte getByte(int columnIndex) throws SQLException; in getByte() method
560 byte getByte(String columnLabel) throws SQLException; in getByte() method