Uses of Class
hla.rti1516e.encoding.ByteWrapper
Packages that use ByteWrapper
-
Uses of ByteWrapper in hla.rti1516e
Methods in hla.rti1516e that return ByteWrapperModifier and TypeMethodDescriptionAttributeHandleValueMap.getValueReference(AttributeHandle key) Returns a reference to the value to which this map maps the specified key.AttributeHandleValueMap.getValueReference(AttributeHandle key, ByteWrapper byteWrapper) Returns the specified reference updated to the value to which this map maps the specified key.ParameterHandleValueMap.getValueReference(ParameterHandle key) Returns a reference to the value to which this map maps the specified key.ParameterHandleValueMap.getValueReference(ParameterHandle key, ByteWrapper byteWrapper) Returns the specified reference updated to the value to which this map maps the specified key.Methods in hla.rti1516e with parameters of type ByteWrapperModifier and TypeMethodDescriptionAttributeHandleValueMap.getValueReference(AttributeHandle key, ByteWrapper byteWrapper) Returns the specified reference updated to the value to which this map maps the specified key.ParameterHandleValueMap.getValueReference(ParameterHandle key, ByteWrapper byteWrapper) Returns the specified reference updated to the value to which this map maps the specified key. -
Uses of ByteWrapper in hla.rti1516e.encoding
Methods in hla.rti1516e.encoding that return ByteWrapperModifier and TypeMethodDescriptionByteWrapper.slice()Creates aByteWrapperbacked by the same byte array using the current position as its offset.ByteWrapper.slice(int length) Creates aByteWrapperbacked by the same byte array using the current position as its offset, and the specifiedlengthto mark the limit.Methods in hla.rti1516e.encoding with parameters of type ByteWrapperModifier and TypeMethodDescriptionvoidDataElement.decode(ByteWrapper byteWrapper) Decodes this element from the ByteWrapper.voidDataElement.encode(ByteWrapper byteWrapper) Encodes this element into the specified ByteWrapper.