Package annotation.binary
Class AnnotationBinaryData
java.lang.Object
annotation.binary.AnnotationBinaryData
-
Field Summary
Modifier and TypeFieldDescriptionshort
byte[]
-
Constructor Summary
ConstructorDescriptionAnnotationBinaryData
(int binaryFileVersion, short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data) Deprecated.AnnotationBinaryData
(short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data) -
Method Summary
-
Field Details
-
data
public byte[] data -
dataAnnotationType
-
annotationVersion
public short annotationVersion -
shortIdCode
-
-
Constructor Details
-
AnnotationBinaryData
@Deprecated public AnnotationBinaryData(int binaryFileVersion, short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data) Deprecated. -
AnnotationBinaryData
public AnnotationBinaryData(short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data)
-