Searched defs:writeBytes (Results 1 – 6 of 6) sorted by relevance
100 public abstract void writeBytes(String str) throws IOException; in writeBytes() method
148 public final void writeBytes(String str) throws IOException { in writeBytes() method in DataOutputStream
752 public final void writeBytes(String str) throws IOException { in writeBytes() method in RandomAccessFile
700 public void writeBytes(String value) throws IOException { in writeBytes() method in ObjectOutputStream
141 public void writeBytes(byte[] theBytes) throws SQLException; in writeBytes() method
180 …private native int writeBytes(FileDescriptor fd, Object buffer, int offset, int byteCount) throws … in writeBytes() method in Posix