Searched refs:writeInternal (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/time/zone/
H A DSer.java137 writeInternal(type, object, out);
141 writeInternal(ZRULES, object, out);
144 private static void writeInternal(byte type, Object object, DataOutput out) throws IOException { method in class:Ser
/openjdk9/jdk/src/java.base/share/classes/java/time/chrono/
H A DSer.java157 writeInternal(type, object, out);
160 private static void writeInternal(byte type, Object object, ObjectOutput out) throws IOException { method in class:Ser
/openjdk9/jdk/src/java.base/share/classes/java/time/
H A DSer.java162 writeInternal(type, object, out);
165 static void writeInternal(byte type, Object object, ObjectOutput out) throws IOException { method in class:Ser
/openjdk9/jdk/src/java.base/windows/native/libjava/
H A Dio_util_md.c502 static jint writeInternal(FD fd, const void *buf, jint len, jboolean append) function
531 return writeInternal(fd, buf, len, JNI_FALSE);
535 return writeInternal(fd, buf, len, JNI_TRUE);
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DFileChannelImpl.java770 return writeInternal(src, position);
773 return writeInternal(src, position);
777 private int writeInternal(ByteBuffer src, long position) throws IOException { method in class:FileChannelImpl

Completed in 104 milliseconds