com.github.shyiko.mysql.binlog.event.deserialization
Class IntVarEventDataDeserializer
java.lang.Object
com.github.shyiko.mysql.binlog.event.deserialization.IntVarEventDataDeserializer
- All Implemented Interfaces:
- EventDataDeserializer<IntVarEventData>
public class IntVarEventDataDeserializer
- extends Object
- implements EventDataDeserializer<IntVarEventData>
- Author:
- Stanley Shyiko
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntVarEventDataDeserializer
public IntVarEventDataDeserializer()
deserialize
public IntVarEventData deserialize(ByteArrayInputStream inputStream)
throws IOException
- Specified by:
deserialize in interface EventDataDeserializer<IntVarEventData>
- Throws:
IOException
Copyright © 2016. All Rights Reserved.