StoredFieldDataInput

class StoredFieldDataInput(val in: DataInput, val length: Int)

A fixed size DataInput which includes the length of the input. For use as a StoredField.

Parameters

in

the data input

length

the length of the data input

Constructors

Link copied to clipboard
constructor(in: DataInput, length: Int)
constructor(byteArrayDataInput: ByteArrayDataInput)

Creates a StoredFieldDataInput from a ByteArrayDataInput

Properties

Link copied to clipboard
Link copied to clipboard
val length: Int

Functions

Link copied to clipboard

Returns the data input