Interface BinaryTypeDecoder
- All Superinterfaces:
PrimitiveTypeDecoder<Binary>,StreamTypeDecoder<Binary>,TypeDecoder<Binary>
- All Known Implementing Classes:
AbstractBinaryTypeDecoder,Binary32TypeDecoder,Binary8TypeDecoder
Base for all Binary type value decoders.
-
Method Summary
Methods inherited from interface org.apache.qpid.protonj2.codec.decoders.PrimitiveTypeDecoder
getTypeCode, isJavaPrimitive, isPrimitiveMethods inherited from interface org.apache.qpid.protonj2.codec.StreamTypeDecoder
isArrayType, isNull, readArrayElements, readSize, readValue, skipValueMethods inherited from interface org.apache.qpid.protonj2.codec.TypeDecoder
isArrayType, isNull, readArrayElements, readSize, readValue, skipValue
-
Method Details
-
getTypeClass
- Specified by:
getTypeClassin interfaceStreamTypeDecoder<Binary>- Specified by:
getTypeClassin interfaceTypeDecoder<Binary>- Returns:
- the Class that this decoder handles.
-