Class

za.co.absa.cobrix.cobol.reader.recordheader

RecordHeaderDecoderBdw

Related Doc: package recordheader

Permalink

class RecordHeaderDecoderBdw extends RecordHeaderDecoderCommon

This class represent a header decoder for standard RDW headers according to: https://www.ibm.com/docs/en/zos/2.3.0?topic=records-record-descriptor-word-rdw

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecordHeaderDecoderBdw
  2. RecordHeaderDecoderCommon
  3. RecordHeaderDecoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RecordHeaderDecoderBdw(bdwParameters: RecordHeaderParameters)

    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 val BDW_HEADER_LENGTH: Int(4)

    Permalink
  5. final val MAX_BDW_BLOCK_SIZE: Int

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getRecordLength(header: Array[Byte], offset: Long): Int

    Permalink

    Get record length from the header.

    Get record length from the header. Should throw a runtime exception if the header is invalid.

    Definition Classes
    RecordHeaderDecoderBdwRecordHeaderDecoder
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def headerName: String

    Permalink
  15. def headerSize: Int

    Permalink

    Header size (4 bytes most of the time.

    Header size (4 bytes most of the time.

    Definition Classes
    RecordHeaderDecoderBdwRecordHeaderDecoder
  16. final def isExtendedBigEndianBdw(header: Array[Byte]): Boolean

    Permalink
    Attributes
    protected
  17. final def isExtendedLittleEndianBdw(header: Array[Byte]): Boolean

    Permalink
    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def parseExtendedBigEndianBdw(header: Array[Byte]): Int

    Permalink
    Attributes
    protected
  23. final def parseExtendedLittleEndianBdw(header: Array[Byte]): Int

    Permalink
    Attributes
    protected
  24. final def parseNormalBigEndianBdw(header: Array[Byte], offset: Long): Int

    Permalink
    Attributes
    protected
  25. final def parseNormalLittleEndianBdw(header: Array[Byte], offset: Long): Int

    Permalink
    Attributes
    protected
  26. def renderHeader(header: Array[Byte]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  27. def reportInvalidHeaderLength(header: Array[Byte], offset: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  28. def reportInvalidHeaderZeros(header: Array[Byte], offset: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  29. def reportInvalidValue(header: Array[Byte], offset: Long, value: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  30. def reportMinimumLength(header: Array[Byte], offset: Long, length: Int, minLength: Int): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  31. def reportTooLargeBlockLength(header: Array[Byte], offset: Long, blockLength: Int): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  32. def reportZeroLength(header: Array[Byte], offset: Long): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def validateBlockLength(header: Array[Byte], offset: Long, blockLength: Int): Unit

    Permalink
    Attributes
    protected
  36. def validateHeader(header: Array[Byte], offset: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  37. final def wait(): Unit

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

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

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

Inherited from RecordHeaderDecoderCommon

Inherited from RecordHeaderDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped