StreamDecoder
fit4s.codec.StreamDecoder
object StreamDecoder
Allows to decode fit files in a streaming way.
The FitPartConsumer receives each decoded part of the fit file. The decoding keeps going until the consumer signals to stop by returning false.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StreamDecoder.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FitPartclass Objecttrait Matchableclass AnyShow all
final case class FitHeader(header: FileHeader) extends FitPart
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FitPartclass Objecttrait Matchableclass AnyShow all
object FitPartConsumer
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FitPartConsumer.type
trait FitPartConsumer
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Extensions
Extensions
In this article