Uses of Class
java.io.ObjectInputFilter.Status
Packages that use ObjectInputFilter.Status
Package
Description
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.StatusModifier and TypeMethodDescriptionObjectInputFilter.checkInput(ObjectInputFilter.FilterInfo filterInfo)
Check the class, array length, number of object references, depth, stream size, and other available filtering information.static ObjectInputFilter.Status
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.