A B C D E F G H I J K M O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- WEBSITE_URL - Static variable in class com.coswald.jtalker.gui.GUIConstants
-
The URL of the website of JTalker, as a string.
- write(byte[]) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes
b.lengthbytes to the output streams. - write(byte[], int, int) - Method in class com.coswald.jtalker.gui.ColoredTextPaneStream
-
Writes
lenbytes from the specified byte array starting off at offsetoffto this byte array output stream, while appending the byte array selection to theColoredTextPaneprovided. - write(byte[], int, int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes
lenbytes from the specifiedbytearray starting at offsetoffto the output streams. - write(int) - Method in class com.coswald.jtalker.gui.ColoredTextPaneStream
-
Writes the specified byte to this byte array output stream, while appending the byte to the
ColoredTextPaneprovided. - write(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes the specified
byteto the output streams. - writeBoolean(boolean) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
booleanvalue to the output streams. - writeByte(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes to the output streams the eight low-order bits of the argument v.
- writeBytes(String) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
Stringto the output streams. - writeChar(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
charvalue, which is comprised of two bytes, to the output streams. - writeChars(String) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes every character in the string s, to the output streams, in order, two bytes per character.
- writeDouble(double) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a double value, which is comprised of eight bytes, to the output streams.
- writeFloat(float) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
floatvalue, which is comprised of four bytes, to the output streams. - writeInt(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes an
intvalue, which is comprised of four bytes, to the output streams. - writeLong(long) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
longvalue, which is comprised of eight bytes, to the output streams. - writeShort(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
shortvalue, which is comprised of two bytes, to the output streams. - writeUTF(String) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes two bytes of length information to the output streams, followed by the modified UTF-8 representation of every character in the string s.
All Classes All Packages