A B C D E F G H I J L M N O P R S T U V W X Y Z

W

WrappedInputStream - Class in cardmanager.impl.networking
This input stream works in conjunction with the WrappedOutputStream to introduce a protocol for reading arbitrary length data in a uniform way.
WrappedInputStream(InputStream) - Constructor for class cardmanager.impl.networking.WrappedInputStream
Constructs a wrapper for the given an input stream.
WrappedOutputStream - Class in cardmanager.impl.networking
This output stream works in conjunction with the WrappedInputStream to introduce a protocol for sending arbitrary length data in a uniform way.
WrappedOutputStream(OutputStream) - Constructor for class cardmanager.impl.networking.WrappedOutputStream
Constructs a wrapper for the given output stream.
WrappedOutputStream(OutputStream, int) - Constructor for class cardmanager.impl.networking.WrappedOutputStream
Constructs a wrapper for the given output stream with the given buffer size.
write(int) - Method in class cardmanager.impl.networking.WrappedOutputStream
Writes a single byte to the output.
write(byte[], int, int) - Method in class cardmanager.impl.networking.WrappedOutputStream
Writes an array of bytes to the output.
writeLocalMessage(String) - Method in class cardmanager.impl.NetworkLogger
 
writeSharedMessage(String) - Method in class cardmanager.impl.NetworkLogger
 

A B C D E F G H I J L M N O P R S T U V W X Y Z