Interface CustomObjectOutputStream.StreamCallback
- Enclosing class:
CustomObjectOutputStream
public static interface CustomObjectOutputStream.StreamCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidflush()voidwriteFieldsToStream(Map fields) voidwriteToStream(Object object)
-
Method Details
-
writeToStream
- Throws:
IOException
-
writeFieldsToStream
- Throws:
IOException
-
defaultWriteObject
- Throws:
IOException
-
flush
- Throws:
IOException
-
close
- Throws:
IOException
-