Packages

c

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

RecordHeaderDecoderBdw

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val BDW_HEADER_LENGTH: Int(4)
  5. final val MAX_BDW_BLOCK_SIZE: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getRecordLength(header: Array[Byte], offset: Long): Int

    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
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def headerName: String
  15. def headerSize: Int

    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
    Attributes
    protected
  17. final def isExtendedLittleEndianBdw(header: Array[Byte]): Boolean
    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def parseExtendedBigEndianBdw(header: Array[Byte]): Int
    Attributes
    protected
  23. final def parseExtendedLittleEndianBdw(header: Array[Byte]): Int
    Attributes
    protected
  24. final def parseNormalBigEndianBdw(header: Array[Byte], offset: Long): Int
    Attributes
    protected
  25. final def parseNormalLittleEndianBdw(header: Array[Byte], offset: Long): Int
    Attributes
    protected
  26. def renderHeader(header: Array[Byte]): String
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  27. def reportInvalidHeaderLength(header: Array[Byte], offset: Long): Unit
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  28. def reportInvalidHeaderZeros(header: Array[Byte], offset: Long): Unit
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  29. def reportInvalidValue(header: Array[Byte], offset: Long, value: Int): Unit
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  30. def reportMinimumLength(header: Array[Byte], offset: Long, length: Int, minLength: Int): Nothing
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  31. def reportTooLargeBlockLength(header: Array[Byte], offset: Long, blockLength: Int): Nothing
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  32. def reportZeroLength(header: Array[Byte], offset: Long): Nothing
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def validateBlockLength(header: Array[Byte], offset: Long, blockLength: Int): Unit
    Attributes
    protected
  36. def validateHeader(header: Array[Byte], offset: Long): Unit
    Attributes
    protected
    Definition Classes
    RecordHeaderDecoderCommon
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RecordHeaderDecoderCommon

Inherited from RecordHeaderDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped