class FixedLenNestedReader[T] extends FixedLenReader with Serializable
The Cobol data reader that produces nested structure schema
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FixedLenNestedReader
- FixedLenReader
- Reader
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
FixedLenNestedReader(copyBookContents: Seq[String], isEbcdic: Boolean, ebcdicCodePage: CodePage, floatingPointFormat: FloatingPointFormat, startOffset: Int, endOffset: Int, schemaRetentionPolicy: SchemaRetentionPolicy, stringTrimmingPolicy: StringTrimmingPolicy, dropGroupFillers: Boolean, dropValueFillers: Boolean, fillerNamingPolicy: FillerNamingPolicy, nonTerminals: Seq[String], occursMappings: Map[String, Map[String, Int]], readerProperties: ReaderParameters, handler: RecordHandler[T])(implicit arg0: ClassTag[T])
- copyBookContents
A copybook contents.
- startOffset
Specifies the number of bytes at the beginning of each record that can be ignored.
- endOffset
Specifies the number of bytes at the end of each record that can be ignored.
- schemaRetentionPolicy
Specifies a policy to transform the input schema. The default policy is to keep the schema exactly as it is in the copybook.
Type Members
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkBinaryDataValidity(binaryData: Array[Byte]): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
cobolSchema: CobolSchema
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
getCobolSchema: CobolSchema
- Definition Classes
- FixedLenNestedReader → Reader
-
def
getRecordIterator(binaryData: Array[Byte]): Iterator[Seq[Any]]
- Definition Classes
- FixedLenNestedReader → FixedLenReader
- Annotations
- @throws( classOf[Exception] )
-
def
getRecordSize: Int
- Definition Classes
- FixedLenNestedReader → Reader
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()