case class RawRecordContext(startingRecordNumber: Long, inputStream: SimpleStream, headerStream: SimpleStream, copybook: Copybook, rdwDecoder: RecordHeaderDecoder, bdwDecoder: RecordHeaderDecoder, additionalInfo: String) extends Product with Serializable
- startingRecordNumber
A record number the input stream is pointing to (zero-based).
- inputStream
An input stream pointing to the beginning of a file or a record in a file. The record extractor should close the stream when the end of file is reached.
- headerStream
A stream pointing to the beginning of the file, even if inputStream is pointing to a record in the middle. The record extractor should close the stream when it is no longer needed.
- copybook
A copybook of the input stream.
- additionalInfo
A string provided by a client for the raw record extractor.
- Alphabetic
- By Inheritance
- RawRecordContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RawRecordContext(startingRecordNumber: Long, inputStream: SimpleStream, headerStream: SimpleStream, copybook: Copybook, rdwDecoder: RecordHeaderDecoder, bdwDecoder: RecordHeaderDecoder, additionalInfo: String)
- startingRecordNumber
A record number the input stream is pointing to (zero-based).
- inputStream
An input stream pointing to the beginning of a file or a record in a file. The record extractor should close the stream when the end of file is reached.
- headerStream
A stream pointing to the beginning of the file, even if inputStream is pointing to a record in the middle. The record extractor should close the stream when it is no longer needed.
- copybook
A copybook of the input stream.
- additionalInfo
A string provided by a client for the raw record extractor.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val additionalInfo: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bdwDecoder: RecordHeaderDecoder
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val copybook: Copybook
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headerStream: SimpleStream
- val inputStream: SimpleStream
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val rdwDecoder: RecordHeaderDecoder
- val startingRecordNumber: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()