Searched defs:writeShort (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DDataOutput.java151 void writeShort(int v) throws IOException; method in interface:DataOutput
341 * of the <code>writeShort</code> method;
H A DDataOutputStream.java166 public final void writeShort(int v) throws IOException { method in class:DataOutputStream
309 * <code>writeShort</code> method giving the number of bytes to
331 * First, two bytes are written to out as if by the <code>writeShort</code>
H A DRandomAccessFile.java1026 public final void writeShort(int v) throws IOException { method in class:RandomAccessFile
1156 * <code>writeShort</code> method giving the number of bytes to
H A DObjectOutputStream.java633 bout.writeShort(STREAM_MAGIC);
634 bout.writeShort(STREAM_VERSION);
771 public void writeShort(int val) throws IOException { method in class:ObjectOutputStream
772 bout.writeShort(val);
1922 public void writeShort(int v) throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
1927 dout.writeShort(v);
2054 dout.writeShort(v[off++]);
2159 writeShort((int) utflen);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java88 static private void writeShort(byte[] buf, int index, short value) { method in class:ByteCodeRewriter
124 writeShort(code, bci + 1, cpoolIndex);
130 writeShort(code, bci + 1, cpoolIndex);
131 writeShort(code, bci + 3, (short)0); // clear out trailing bytes
138 writeShort(code, bci + 1, cpoolIndex);
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DGZIPOutputStream.java211 writeShort(i & 0xffff, buf, offset);
212 writeShort((i >> 16) & 0xffff, buf, offset + 2);
219 private void writeShort(int s, byte[] buf, int offset) throws IOException { method in class:GZIPOutputStream
H A DZipOutputStream.java377 writeShort(version(e)); // version needed to extract
378 writeShort(flag); // general purpose bit flag
379 writeShort(e.method); // compression method
390 writeShort(45); // ver 4.5 for zip64
392 writeShort(version(e)); // version needed to extract
394 writeShort(flag); // general purpose bit flag
395 writeShort(e.method); // compression method
408 writeShort(nameBytes.length);
409 writeShort(elen);
412 writeShort(ZIP64_EXTI
578 private void writeShort(int v) throws IOException { method in class:ZipOutputStream
[all...]
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DAbstractObjectOutputStream.java244 abstract public void writeShort(int data) throws IOException; method in class:AbstractObjectOutputStream
H A DXObjectOutputStream.java274 public void writeShort(int data) throws IOException { method in class:XObjectOutputStream
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLOutputImpl.java167 public void writeShort(short x) throws SQLException { method in class:SQLOutputImpl
/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLOutput.java106 void writeShort(short x) throws SQLException; method in interface:SQLOutput
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageOutputStream.java182 void writeShort(int v) throws IOException; method in interface:ImageOutputStream
186 * {@link #writeShort <code>writeShort</code>}.
193 * @see #writeShort(int)
412 * the <code>writeShort</code> method; after this, the one-, two-,
H A DImageOutputStreamImpl.java64 public void writeShort(int v) throws IOException { method in class:ImageOutputStreamImpl
76 writeShort(v);
115 // bytes here as we do in writeShort() and writeInt() for even better
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassWriter.java65 private void writeShort(int x) throws IOException { method in class:ClassWriter
66 out.writeShort(x);
76 writeShort(i);
105 writeShort(cls.minver);
106 writeShort(cls.majver);
111 writeShort(cpMap.length);
158 writeShort(cls.flags);
161 writeShort(cls.interfaces.length);
173 writeShort(mems.size());
182 writeShort(
[all...]
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DJIS0213.java115 private static final void writeShort(OutputStream out, int data) method in class:JIS0213
129 writeShort(out, type);
130 writeShort(out, size);
132 writeShort(out, array[off+i]);
148 writeShort(out, MAP_INDEXC2B);
149 writeShort(out, indexC2B.length);
153 writeShort(out, off);
156 writeShort(out, -1);
174 writeShort(out, type);
175 writeShort(ou
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipUtils.java60 public static void writeShort(OutputStream os, int v) throws IOException { method in class:ZipUtils
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRIFFWriter.java326 public void writeShort(short b) throws IOException { method in class:RIFFWriter
358 writeShort((short) b);
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java383 writeShort(s);
564 private void writeShort(short s) throws java.io.IOException { method in class:WebRowSetXmlWriter
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DNTLM.java214 void writeShort(int offset, int number) { method in class:NTLM.Writer
232 writeShort(offset+4, current);
238 writeShort(offset, len);
239 writeShort(offset+2, len);
240 writeShort(offset+4, current);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java446 public final void writeShort(int data) throws IOException{ method in class:IIOPOutputStream
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacketStream.java93 void writeShort(short data) { method in class:PacketStream
134 writeShort((short)data);
278 writeShort(((PrimitiveValue)val).shortValue());
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassWriter.java90 out.writeShort(classFile.minor_version);
91 out.writeShort(classFile.major_version);
95 out.writeShort(flags.flags);
100 out.writeShort(size);
106 out.writeShort(classFile.this_class);
107 out.writeShort(classFile.super_class);
109 out.writeShort(interfaces.length);
111 out.writeShort(i);
115 out.writeShort(d.index);
121 out.writeShort(siz
178 public void writeShort(int value) { method in class:ClassWriter.ClassOutputStream
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java2483 writeShort(b, u, newOffset);
2487 writeShort(b, u + 2, newOffset);
2496 writeShort(b, u, getNewOffset(allIndexes,
2560 static void writeShort(final byte[] b, final int index, final int s) { method in class:MethodWriter

Completed in 422 milliseconds