|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransferWrapper | |
|---|---|
| com.programix.io | Java I/O related utilities. |
| Uses of TransferWrapper in com.programix.io |
|---|
| Methods in com.programix.io that return TransferWrapper | |
|---|---|
static TransferWrapper |
TransferWrapper.createFrom(DataInput in)
|
static TransferWrapper |
SerializationTools.wrap(Object payload)
Serializes the payload and potentially compresses the resulting bytes. |
static TransferWrapper |
SerializationTools.wrap(Object payload,
int compressionThreshold)
Serializes the payload and potentially compresses the resulting bytes. |
| Methods in com.programix.io with parameters of type TransferWrapper | ||
|---|---|---|
static Object |
SerializationTools.unwrap(TransferWrapper tw)
|
|
static
|
SerializationTools.unwrap(TransferWrapper tw,
Class<T> targetType)
Deserializes the byte representation of an object inside the wrapper. |
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||