com.github.shyiko.mysql.binlog.event.deserialization
Class IntVarEventDataDeserializer

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.event.deserialization.IntVarEventDataDeserializer
All Implemented Interfaces:
EventDataDeserializer<IntVarEventData>

public class IntVarEventDataDeserializer
extends Object
implements EventDataDeserializer<IntVarEventData>

Author:
Stanley Shyiko

Constructor Summary
IntVarEventDataDeserializer()
           
 
Method Summary
 IntVarEventData deserialize(ByteArrayInputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntVarEventDataDeserializer

public IntVarEventDataDeserializer()
Method Detail

deserialize

public IntVarEventData deserialize(ByteArrayInputStream inputStream)
                            throws IOException
Specified by:
deserialize in interface EventDataDeserializer<IntVarEventData>
Throws:
IOException


Copyright © 2016. All Rights Reserved.