Uses of Class
java.io.ObjectInputFilter.Status
-
Packages that use ObjectInputFilter.Status Package Description java.io Provides for system input and output through data streams, serialization and the file system. -
-
Uses of ObjectInputFilter.Status in java.io
Methods in java.io that return ObjectInputFilter.Status Modifier and Type Method Description ObjectInputFilter.Status
ObjectInputFilter. checkInput(ObjectInputFilter.FilterInfo filterInfo)
Check the class, array length, number of object references, depth, stream size, and other available filtering information.static ObjectInputFilter.Status
ObjectInputFilter.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectInputFilter.Status[]
ObjectInputFilter.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-