Interface CustomObjectInputStream.StreamCallback
- Enclosing class:
CustomObjectInputStream
public static interface CustomObjectInputStream.StreamCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
void
registerValidation
(ObjectInputValidation validation, int priority)
-
Method Details
-
readFromStream
- Throws:
IOException
-
readFieldsFromStream
- Throws:
IOException
-
defaultReadObject
- Throws:
IOException
-
registerValidation
void registerValidation(ObjectInputValidation validation, int priority) throws NotActiveException, InvalidObjectException -
close
- Throws:
IOException
-