Searched refs:writeBytes (Results 26 - 50 of 53) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/util/jar/
H A DAttributes.java315 os.writeBytes(buffer.toString());
317 os.writeBytes("\r\n");
338 out.writeBytes(vername+": "+version+"\r\n");
361 out.writeBytes(buffer.toString());
364 out.writeBytes("\r\n");
H A DManifest.java163 dos.writeBytes(buffer.toString());
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassReaderWriter.java161 void writeBytes(byte[] bytes) { method in class:ClassReaderWriter
255 writeBytes(utf8);
H A DInjectBytecodes.java437 c.writeBytes(newCode);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DHttpsURLConnectionLocalCertificateChain.java167 out.writeBytes("HTTP/1.0 200 OK\r\n");
168 out.writeBytes("Content-Length: " + 1 + "\r\n");
169 out.writeBytes("Content-Type: text/html\r\n\r\n");
/openjdk7/jdk/src/share/native/java/io/
H A Dio_util.h53 void writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
H A DRandomAccessFile.c85 writeBytes(env, this, bytes, off, len, JNI_FALSE, raf_fd);
H A Dio_util.c152 writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, function
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DInstallSDE.java233 void writeBytes(byte[] bytes) { method in class:InstallSDE
273 writeBytes(utf8);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipUtils.java92 public static void writeBytes(OutputStream os, byte[] b) method in class:ZipUtils
101 public static void writeBytes(OutputStream os, byte[] b, int off, int len) method in class:ZipUtils
H A DZipFileSystem.java1730 writeBytes(os, comment);
1975 writeBytes(os, name);
2007 writeBytes(os, extra);
2009 writeBytes(os, comment);
2139 writeBytes(os, name);
2159 writeBytes(os, extra);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DCGIHandler.java263 socketOut.writeBytes("POST / HTTP/1.0\r\n");
264 socketOut.writeBytes("Content-length: " +
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageWriter.java430 cs.writeBytes(metadata.iCCP_profileName);
618 cs.writeBytes(metadata.sPLT_paletteName);
665 cs.writeBytes(keyword);
669 cs.writeBytes(text);
694 cs.writeBytes(keywordIter.next());
702 cs.writeBytes(languageIter.next());
727 cs.writeBytes(keyword);
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfers.java57 private static void writeBytes(byte[] ba, FileChannel fc, method in class:Transfers
74 writeBytes(ba, fc, off, len);
81 writeBytes(ba, fc, off, len);
/openjdk7/jdk/src/share/classes/java/io/
H A DDataOutputStream.java273 public final void writeBytes(String s) throws IOException { method in class:DataOutputStream
H A DObjectOutputStream.java837 public void writeBytes(String str) throws IOException { method in class:ObjectOutputStream
838 bout.writeBytes(str);
1967 public void writeBytes(String s) throws IOException { method in class:ObjectOutputStream.BlockDataOutputStream
2161 writeBytes(s);
2183 writeBytes(s);
/openjdk7/jdk/src/share/classes/com/sun/security/ntlm/
H A DServer.java98 p.writeBytes(24, nonce);
H A DNTLM.java226 void writeBytes(int offset, byte[] data) { method in class:NTLM.Writer
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLOutputImpl.java252 public void writeBytes(byte[] x) throws SQLException { method in class:SQLOutputImpl
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DXObjectOutputStream.java283 public void writeBytes(String data) throws IOException{} method in class:XObjectOutputStream
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageOutputStreamImpl.java130 public void writeBytes(String s) throws IOException { method in class:ImageOutputStreamImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java360 public final void writeBytes(String data) throws IOException{ method in class:IIOPOutputStream
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java481 public void writeBytes(OutputStream os) throws IOException { method in class:ConstantPool
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java887 out.writeBytes(HPROF_HEADER);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java977 ((InstanceKlass)saKlass).getConstants().writeBytes(bs);

Completed in 143 milliseconds

123