Object

org.apache.daffodil.layers.LineFoldedInputStream

State

Related Doc: package LineFoldedInputStream

Permalink

object State extends Enum

Linear Supertypes
Enum, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. Enum
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait EnumValueType extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  2. sealed trait Type extends EnumValueType

    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. object Buf1 extends Type with Product with Serializable

    Permalink

    We have a single saved character.

    We have a single saved character. Return it, go to Start state

  5. object Buf2 extends Type with Product with Serializable

    Permalink

    We have 2 saved characters.

    We have 2 saved characters. They must be a LF, then the next character. Return the LF and go to state Buf1.

  6. object Done extends Type with Product with Serializable

    Permalink

    Done.

    Done. Always return -1, stay in state Done

  7. object GotCR extends Type with Product with Serializable

    Permalink

    Read another character and if LF go to state GotCRLF.

  8. object GotCRLF extends Type with Product with Serializable

    Permalink

    Read another character and if SP/TAB then what we do depends on IMF or iCalendar mode.

    Read another character and if SP/TAB then what we do depends on IMF or iCalendar mode.

    In iCalendar mode we just goto Start, and iterate again. effectively absorbing all the CR, LF, and the sp/tab.

    In IMF mode we change state to Start, but we return the sp/tab so that we've effectively absorbed the CRLF, but not the space/tab character.

  9. object Start extends Type with Product with Serializable

    Permalink

    No state.

    No state. Read a character, and if CR, go to state GotCR.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enum

Inherited from AnyRef

Inherited from Any

Ungrouped