Package dev.enola.common.io.object
Class ObjectWriterChain
java.lang.Object
dev.enola.common.io.object.ObjectWriterChain
- All Implemented Interfaces:
ObjectWriter
-
Constructor Summary
ConstructorsConstructorDescriptionObjectWriterChain(ObjectWriter... writers) ObjectWriterChain(Iterable<ObjectWriter> writers) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.enola.common.io.object.ObjectWriter
write
-
Constructor Details
-
ObjectWriterChain
-
ObjectWriterChain
-
-
Method Details
-
write
- Specified by:
writein interfaceObjectWriter- Throws:
IOException
-