object BinaryMarshallers
Factory methods for BinaryMarshallers.
- Alphabetic
- By Inheritance
- BinaryMarshallers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def openLRLocationReference(config: BinaryMarshallerConfig): BinaryMarshaller[OpenLRLocationReference]
Marshaller for com.here.platform.location.tpeg2.olr.OpenLRLocationReferences.
- val openLRLocationReference: BinaryMarshaller[OpenLRLocationReference]
Marshaller for com.here.platform.location.tpeg2.olr.OpenLRLocationReferences with default configuration.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tecMessage(config: BinaryMarshallerConfig): BinaryMarshaller[TECMessage]
Marshaller for com.here.platform.location.tpeg2.tec.TECMessages.
- val tecMessage: BinaryMarshaller[TECMessage]
Marshaller for com.here.platform.location.tpeg2.tec.TECMessages with default configuration.
- def tfpMessage(config: BinaryMarshallerConfig): BinaryMarshaller[TFPMessage]
Marshaller for com.here.platform.location.tpeg2.tfp.TFPMessages.
- val tfpMessage: BinaryMarshaller[TFPMessage]
Marshaller for com.here.platform.location.tpeg2.tfp.TFPMessages with default configuration.
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transportFrames(config: BinaryMarshallerConfig): BinaryMarshaller[IterableOnce[TransportFrame]]
Marshaller for streams of TransportFrames.
Marshaller for streams of TransportFrames.
Reads a TpegStream as specified by SFW A.2.2.1.1.
This does not implement the synchronization method described in SFW A.2.2.1.3, so this cannot be used to parse information out of an inputStream that starts in the middle of a frame. This should be sufficient for client and server use cases that work with full frames or streams, but not for consuming raw radio signals unless frame synchronisation is performed first.
This marshaller will use the character encoding specified in the configuration, regardless of what character encoding is specified in the SNI fast tuning table.
Note that we don't have a marshaller for com.here.platform.location.tpeg2.sfw.TPEGDocuments, because TPEGDocument has no binary representation of its own, and has required fields that cannot be read from a binary representation.
- val transportFrames: BinaryMarshaller[IterableOnce[TransportFrame]]
Marshaller for streams of TransportFrames with default configuration.
Marshaller for streams of TransportFrames with default configuration.
Reads a TpegStream as specified by SFW A.2.2.1.1.
This does not implement the synchronization method described in SFW A.2.2.1.3, so this cannot be used to parse information out of an inputStream that starts in the middle of a frame. This should be sufficient for client and server use cases that work with full frames or streams, but not for consuming raw radio signals unless frame synchronisation is performed first.
This marshaller will use the default UTF-8 character encoding, regardless of what character encoding is specified in the SNI fast tuning table.
Note that we don't have a marshaller for com.here.platform.location.tpeg2.sfw.TPEGDocuments, because TPEGDocument has no binary representation of its own, and has required fields that cannot be read from a binary representation.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)