Home
last modified time | relevance | path

Searched defs:writeBytes (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DDataOutput.java279 void writeBytes(String s) throws IOException; in writeBytes() method
DDataOutputStream.java273 public final void writeBytes(String s) throws IOException { in writeBytes() method in DataOutputStream
DRandomAccessFile.java477 private void writeBytes(byte b[], int off, int len) throws IOException { in writeBytes() method in RandomAccessFile
1105 public final void writeBytes(String s) throws IOException { in writeBytes() method in RandomAccessFile
DObjectOutputStream.java853 public void writeBytes(String str) throws IOException { in writeBytes() method in ObjectOutputStream
2045 public void writeBytes(String s) throws IOException { in writeBytes() method in ObjectOutputStream.BlockDataOutputStream
/libcore/ojluni/src/main/native/
Dio_util.c153 writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, in writeBytes() function
/libcore/ojluni/src/main/java/java/sql/
DSQLOutput.java184 void writeBytes(byte[] x) throws SQLException; in writeBytes() method
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamEncoder.java209 private void writeBytes() throws IOException { in writeBytes() method in StreamEncoder
/libcore/ojluni/src/main/java/java/util/zip/
DZipOutputStream.java621 private void writeBytes(byte[] b, int off, int len) throws IOException { in writeBytes() method in ZipOutputStream
/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java88 private static void writeBytes(File f, byte[] bytes) throws IOException { in writeBytes() method in AbstractZipFileTest
/libcore/luni/src/main/java/libcore/io/
DPosix.java275 …private native int writeBytes(FileDescriptor fd, Object buffer, int offset, int byteCount) throws … in writeBytes() method in Posix