Method writeByte(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
writeByte(0);
2
out.writeByte(42);
3
out.writeByte(42);
4
dout.writeByte( b );
5
dos.writeByte(v);
6
out.writeByte(u.b0());
7
out.writeByte(val);
8
m_DataOut.writeByte(m_Coils.byteSize());
9
dataOutStream.writeByte(getCommandSet());
10
out.writeByte(RegistryCacheReader.NULL);
11
file.writeByte(tag);
12
dos.writeByte((byte) s.length());
13
outputStream.writeByte(Magic[0]);
14
m_DataOut.writeByte(getUnitID());
15
code.writeByte(WIDE);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.