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.length
bytes to the output streams. - write(byte[], int, int) - Method in class com.coswald.jtalker.gui.ColoredTextPaneStream
-
Writes
len
bytes from the specified byte array starting off at offsetoff
to this byte array output stream, while appending the byte array selection to theColoredTextPane
provided. - write(byte[], int, int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes
len
bytes from the specifiedbyte
array starting at offsetoff
to 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
ColoredTextPane
provided. - write(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes the specified
byte
to the output streams. - writeBoolean(boolean) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
boolean
value 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
String
to the output streams. - writeChar(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
char
value, 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
float
value, which is comprised of four bytes, to the output streams. - writeInt(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes an
int
value, which is comprised of four bytes, to the output streams. - writeLong(long) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
long
value, which is comprised of eight bytes, to the output streams. - writeShort(int) - Method in class com.coswald.jtalker.net.ServerOutputStream
-
Writes a
short
value, 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