- with(A, B, C) - Static method in class com.rhfung.Interop.Tuple
-
- Write(String) - Method in class com.rhfung.Interop.StreamWriter
-
Writes strings.
- Write(byte[]) - Method in class com.rhfung.Interop.StreamWriter
-
Each call to Write with a byte array will deep copy the byte buffer, so call this method infrequently.
- Write(MemoryStream) - Method in class com.rhfung.Interop.StreamWriter
-
Each call to Write with a byte array will deep copy the byte buffer, so call this method infrequently.
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.AbstractNumberEncoding
-
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.BinaryEncoding
-
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.BooleanEncoding
-
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.DynamicDataEncoding
-
- writeBytes(Object) - Method in interface com.rhfung.P2PDictionary.Encodings.IEncoding
-
Method called to create a set of bytes from Object.
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.JSONEncoding
-
Converts either JSONObject or Java Object to JSON.
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.NullEncoding
-
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.ObjectEncoding
-
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.RemovedEncoding
-
- writeBytes(Object) - Method in class com.rhfung.P2PDictionary.Encodings.StringEncoding
-
- WriteLine(String) - Method in class com.rhfung.Interop.StreamWriter
-
Does not flush the buffer.
- WriteLine() - Method in class com.rhfung.Interop.StreamWriter
-
Does not flush the buffer.