Searched refs:readInternal (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | Ser.java | 238 object = readInternal(type, in); in readExternal() 243 return readInternal(type, in); in read() 246 private static Serializable readInternal(byte type, ObjectInput in) in readInternal() method in Ser
|
/libcore/ojluni/src/main/java/java/time/zone/ |
D | Ser.java | 184 object = readInternal(type, in); in readExternal() 189 return readInternal(type, in); in read() 192 private static Serializable readInternal(byte type, DataInput in) in readInternal() method in Ser
|
/libcore/ojluni/src/main/java/java/time/ |
D | Ser.java | 263 object = readInternal(type, in); in readExternal() 268 return readInternal(type, in); in read() 271 private static Serializable readInternal(byte type, ObjectInput in) in readInternal() method in Ser
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileChannelImpl.java | 773 return readInternal(dst, position); in read() 776 return readInternal(dst, position); in read() 780 private int readInternal(ByteBuffer dst, long position) throws IOException { in readInternal() method in FileChannelImpl
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 164 private int readInternal(java.nio.ByteBuffer dst, long position) throws java.io.IOException { in readInternal() method in FileChannelImpl
|