Package org.epics.ca.impl
Interface TypeSupports.TypeSupport<T>
-
- All Superinterfaces:
com.lmax.disruptor.EventFactory<T>
- Enclosing class:
- TypeSupports
public static interface TypeSupports.TypeSupport<T> extends com.lmax.disruptor.EventFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Tdeserialize(java.nio.ByteBuffer buffer, T object, int count)intgetDataType()default intgetForcedElementCount()default voidserialize(java.nio.ByteBuffer buffer, T object, int count)default intserializeSize(T object, int count)
-