73a74,80 > /** > * Writes a long to the output stream. > */ > public void writeLong(long l) { > fStream.print(l); > space(); > }