Method writeUTF(String str)
Return type: void
Member of:
java.io.DataOutputStream
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
dout.writeUTF( "]" );
2
out.writeUTF("*none*");
3
dos.writeUTF("Expecting [RollOver] string.");
4
dos.writeUTF(""); //$NON-NLS-1$
5
outputStream.writeUTF("");
6
writeUTF(s);
7
dos.writeUTF(str);
8
dataOut.writeUTF(sourceReference.getSource());
9
os.writeUTF(s);
10
outputStream.writeUTF(btoObject.getErrorItem());
11
file.writeUTF(bytes);
12
out.writeUTF(commandName) ;
13
rf.writeUTF(key.toString());
14
dos.writeUTF(key);
15
o.writeUTF(instanceId);
16
out2.writeUTF(entries[i].name);
17
ostream.writeUTF(cutf.string);
18
data.writeUTF( cl.name() );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.