Searched refs:writeByte (Results 126 - 143 of 143) sorted by relevance

123456

/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DRandomAccessFile.java1022 public final void writeByte(int v) throws IOException { method in class:RandomAccessFile
H A DObjectStreamClass.java756 out.writeByte(flags);
761 out.writeByte(f.getTypeCode());
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/log/
H A DReliableLog.java308 log.writeByte(updateLen >> 24);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DPath2D.java2521 s.writeByte(isdbl
2526 s.writeByte((byte) windingRule);
2566 s.writeByte(serialtype);
2577 s.writeByte(SERIAL_PATH_END);
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DUnicastRef.java275 out.writeByte(((Byte) value).byteValue());
/openjdk9/jdk/src/java.base/share/classes/java/time/
H A DYearMonth.java1218 * out.writeByte(12); // identifies a YearMonth
1220 * out.writeByte(month);
1241 out.writeByte(month);
H A DLocalDate.java2195 * out.writeByte(3); // identifies a LocalDate
2197 * out.writeByte(month);
2198 * out.writeByte(day);
2219 out.writeByte(month);
2220 out.writeByte(day);
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputStreamTests.java276 "writeByte",
277 "writeByte()");
300 ios.writeByte(0);
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DClassWriter.java157 out.writeByte(mhe.refKind);
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/stream/
H A DImageOutputStreamImpl.java60 public void writeByte(int v) throws IOException { method in class:ImageOutputStreamImpl
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFIFD.java175 stream.writeByte(s.charAt(j) & 0xff);
177 stream.writeByte(0);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationOutputStream.java198 os.writeByte(value);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java338 public final void writeByte(int data) throws IOException{ method in class:IIOPOutputStream
/openjdk9/jdk/src/java.base/share/classes/java/time/zone/
H A DZoneRules.java334 * out.writeByte(1); // identifies a ZoneRules
349 * out.writeByte(lastRules.length);
363 * out.writeByte((store >>> 16) & 255);
364 * out.writeByte((store >>> 8) & 255);
365 * out.writeByte(store & 255);
367 * out.writeByte(255);
381 * out.writeByte(offsetByte);
415 out.writeByte(lastRules.length);
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSF2Soundbank.java820 shdr_chunk.writeByte(sample.pitchCorrection);
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DType.java331 output.writeByte(typeChar);
/openjdk9/jdk/test/java/lang/invoke/indify/
H A DIndify.java1201 out.writeByte((Byte)data);
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 283 milliseconds

123456