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