Class

org.apache.daffodil.infoset

ContentLengthState

Related Doc: package infoset

Permalink

class ContentLengthState extends LengthState

Linear Supertypes
LengthState, Logging, Identity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentLengthState
  2. LengthState
  3. Logging
  4. Identity
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContentLengthState(ie: DIElement)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def areLogging(lvl: Type): Boolean

    Permalink
    Definition Classes
    Logging
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear(): Unit

    Permalink
    Definition Classes
    LengthState
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copyFrom(other: LengthState): Unit

    Permalink
    Definition Classes
    LengthState
  9. def diagnoseNoLength(): String

    Permalink

    returns the earliest unfinished preceding DOS or finished, but without absolute positioning information.

    returns the earliest unfinished preceding DOS or finished, but without absolute positioning information.

    Definition Classes
    LengthState
  10. def doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def flavor: String

    Permalink
    Definition Classes
    ContentLengthStateLengthState
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getLogWriter(): LogWriter

    Permalink
    Definition Classes
    Logging
  17. final def getLoggingLevel(): Type

    Permalink
    Definition Classes
    Logging
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isEndAbsolute: Boolean

    Permalink
    Definition Classes
    LengthState
  20. def isEndRelative: Boolean

    Permalink
    Definition Classes
    LengthState
  21. def isEndUndef: Boolean

    Permalink
    Definition Classes
    LengthState
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isStartAbsolute: Boolean

    Permalink
    Definition Classes
    LengthState
  24. def isStartRelative: Boolean

    Permalink
    Definition Classes
    LengthState
  25. def isStartUndef: Boolean

    Permalink
    Definition Classes
    LengthState
  26. def lengthInBits: ULong

    Permalink
    Definition Classes
    LengthState
  27. def lengthInBytes: ULong

    Permalink
    Definition Classes
    LengthState
  28. final macro def log(lvl: Type, msg: String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  29. lazy val logID: String

    Permalink
    Definition Classes
    Logging → Identity
  30. var logLevel: Maybe[Type]

    Permalink
    Definition Classes
    Logging
  31. var logWriter: Maybe[LogWriter]

    Permalink
    Definition Classes
    Logging
  32. var maybeComputedLength: MaybeULong

    Permalink
    Definition Classes
    LengthState
  33. var maybeEndDataOutputStream: Maybe[DataOutputStream]

    Permalink
    Definition Classes
    LengthState
  34. var maybeEndPos0bInBits: MaybeULong

    Permalink
    Definition Classes
    LengthState
  35. def maybeLengthInBits(): MaybeULong

    Permalink

    This returns Nope when the length is unable to be computed currently.

    This returns Nope when the length is unable to be computed currently.

    (Note that this differs from the way the length-related Evs work where returning Nope means variable-width encoding and lengthUnits characters were being used, and inability to compute is indicated by thrown exceptions.)

    Definition Classes
    LengthState
  36. def maybeLengthInBytes(): MaybeULong

    Permalink
    Definition Classes
    LengthState
  37. var maybeStartDataOutputStream: Maybe[DataOutputStream]

    Permalink
    Definition Classes
    LengthState
  38. var maybeStartPos0bInBits: MaybeULong

    Permalink
    Definition Classes
    LengthState
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. def setAbsEndPos0bInBits(absPosInBits0b: ULong): Unit

    Permalink
    Definition Classes
    LengthState
  43. def setAbsStartPos0bInBits(absPosInBits0b: ULong): Unit

    Permalink
    Definition Classes
    LengthState
  44. def setLogWriter(lw: LogWriter): Unit

    Permalink
    Definition Classes
    Logging
  45. def setLoggingLevel(level: Type): Unit

    Permalink
    Definition Classes
    Logging
  46. def setRelEndPos0bInBits(relPosInBits0b: ULong, dos: DataOutputStream): Unit

    Permalink
    Definition Classes
    LengthState
  47. def setRelStartPos0bInBits(relPosInBits0b: ULong, dos: DataOutputStream): Unit

    Permalink
    Definition Classes
    LengthState
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def throwUnknown: Nothing

    Permalink
    Definition Classes
    ContentLengthStateLengthState
  50. def toString(): String

    Permalink
    Definition Classes
    LengthState → AnyRef → Any
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. macro def withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit

    Permalink
    Definition Classes
    Logging

Inherited from LengthState

Inherited from Logging

Inherited from Identity

Inherited from AnyRef

Inherited from Any

Ungrouped