Method writeInt(int v)
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
fDataOutputStream.writeInt(0);
2
} else out.writeInt(0) ;
3
outputStream.writeInt(0);
4
outputStream.writeInt(0);
5
file.writeInt(0xcafebabe);
6
ostream.writeInt(17); // attr_length,excluding first 6 bytes
7
writeInt(type);
8
dout.writeInt( i );
9
dos.writeInt(v);
10
out.writeInt(val);
11
dataOut.writeInt(sourceReference.getType());
12
out.writeInt(hashval) ;
13
out.writeInt(count);
14
os.writeInt(start);
15
fDataOutputStream.writeInt(length);
16
out.writeInt(list.get(i));
17
sequenceStream.writeInt(sequenceNumbers.first);
18
doo.writeInt(cont.length);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.