public class ExternalizableUtil
extends java.lang.Object
| Constructor and Description |
|---|
ExternalizableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
readValue(java.io.InputStream is,
java.lang.ClassLoader loader)
Reads an object from the given input stream.
|
static void |
writeValue(java.lang.Object value,
java.io.OutputStream os)
Writes an object to the given output stream.
|
public static void writeValue(java.lang.Object value,
java.io.OutputStream os)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.Object readValue(java.io.InputStream is,
java.lang.ClassLoader loader)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.