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

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDecimal.java66 public byte getByte() throws NumberFormatException; method in interface:XSDecimal
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DReadBuffer.java47 public byte getByte(long pos) throws IOException; method in interface:ReadBuffer
H A DFileReadBuffer.java65 public synchronized byte getByte(long pos) throws IOException { method in class:FileReadBuffer
H A DMappedReadBuffer.java95 public synchronized byte getByte(long pos) throws IOException { method in class:MappedReadBuffer
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableByteArray.java80 public final int getByte(int index) method in class:GrowableByteArray
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPage.java128 return (getByte(address) != 0);
131 public byte getByte(long address) { method in class:Page
H A DPageCache.java80 return (getByte(address) != 0);
83 public synchronized byte getByte(long address) { method in class:PageCache
84 return checkPage(getPage(address & pageMask), address).getByte(address);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DArray.java176 public static native byte getByte(Object array, int index) method in class:Array
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java71 public int getByte(int offset) throws InvalidIndex { method in class:Code_attribute
/openjdk7/jdk/src/share/classes/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);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DFieldAccessor.java41 public byte getByte(Object obj) throws IllegalArgumentException; method in interface:FieldAccessor
H A DFieldAccessorImpl.java43 public abstract byte getByte(Object obj) method in class:FieldAccessorImpl
H A DUnsafeBooleanFieldAccessorImpl.java44 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeBooleanFieldAccessorImpl
H A DUnsafeByteFieldAccessorImpl.java36 return new Byte(getByte(obj));
43 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeByteFieldAccessorImpl
45 return unsafe.getByte(obj, fieldOffset);
53 return getByte(obj);
57 return getByte(obj);
61 return getByte(obj);
65 return getByte(obj);
69 return getByte(obj);
H A DUnsafeCharacterFieldAccessorImpl.java43 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeCharacterFieldAccessorImpl
H A DUnsafeDoubleFieldAccessorImpl.java43 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeDoubleFieldAccessorImpl
H A DUnsafeFloatFieldAccessorImpl.java43 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeFloatFieldAccessorImpl
H A DUnsafeIntegerFieldAccessorImpl.java43 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeIntegerFieldAccessorImpl
H A DUnsafeLongFieldAccessorImpl.java43 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeLongFieldAccessorImpl
H A DUnsafeObjectFieldAccessorImpl.java44 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeObjectFieldAccessorImpl
H A DUnsafeQualifiedBooleanFieldAccessorImpl.java46 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedBooleanFieldAccessorImpl
H A DUnsafeQualifiedByteFieldAccessorImpl.java38 return new Byte(getByte(obj));
45 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedByteFieldAccessorImpl
55 return getByte(obj);
59 return getByte(obj);
63 return getByte(obj);
67 return getByte(obj);
71 return getByte(obj);
H A DUnsafeQualifiedCharacterFieldAccessorImpl.java45 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedCharacterFieldAccessorImpl
H A DUnsafeQualifiedDoubleFieldAccessorImpl.java45 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedDoubleFieldAccessorImpl
H A DUnsafeQualifiedFloatFieldAccessorImpl.java45 public byte getByte(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedFloatFieldAccessorImpl

Completed in 77 milliseconds

123