Java org.apache.commons.io.serialization ValidatingObjectInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io.serialization ValidatingObjectInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io.serialization ValidatingObjectInputStream.

The text is from its open source code.

Constructor

ValidatingObjectInputStream(InputStream input)
Constructs an object to deserialize the specified input stream.

Method

voidclose()
Closes the input stream.
ObjectreadObject()
Read an object from the ObjectInputStream.