Serialized Form


Package org.marc4j

Class org.marc4j.MarcReaderException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause

pos

int pos

controlNumber

String controlNumber

fileName

String fileName


Package org.marc4j.marc

Class org.marc4j.marc.Collection extends Object implements Serializable

Serialized Fields

list

List list

Class org.marc4j.marc.ControlField extends VariableField implements Serializable

Serialized Fields

data

char[] data
The MARC data element.

Class org.marc4j.marc.DataField extends VariableField implements Serializable

Serialized Fields

ind1

char ind1
The first indicator value.


ind2

char ind2
The second indicator value.


list

ArrayList list
A collection of data elements.

Class org.marc4j.marc.Directory extends Object implements Serializable

Serialized Fields

directory

StringBuffer directory
The directory.


formatLength

DecimalFormat formatLength
Number format for the length of field.


formatStart

DecimalFormat formatStart
Number format for the starting character position.


start

int start
The starting character position.


prev

int prev
The length of field for the previous variable field.

Class org.marc4j.marc.IllegalAddException extends IllegalArgumentException implements Serializable

Class org.marc4j.marc.IllegalDataElementException extends IllegalArgumentException implements Serializable

Class org.marc4j.marc.IllegalTagException extends IllegalArgumentException implements Serializable

Class org.marc4j.marc.Leader extends Object implements Serializable

Serialized Fields

recordLength

int recordLength
The logical record length.


recordStatus

char recordStatus
The record status.


typeOfRecord

char typeOfRecord
Type of record.


implDefined1

char[] implDefined1
Implementation defined.


charCodingScheme

char charCodingScheme
Character coding scheme.


indicatorCount

int indicatorCount
The indicator count.


subfieldCodeLength

int subfieldCodeLength
The subfield code length.


baseAddressOfData

int baseAddressOfData
The base address of data.


implDefined2

char[] implDefined2
Implementation defined.


entryMap

char[] entryMap
Entry map.


df

DecimalFormat df
number format for both record length and base address of data

Class org.marc4j.marc.MarcException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause

Class org.marc4j.marc.Record extends Object implements Serializable

Serialized Fields

leader

Leader leader
The leader (record label).


controlFieldList

List controlFieldList
A collection of control fields.


dataFieldList

List dataFieldList
A collection of data fields.

Class org.marc4j.marc.Subfield extends Object implements Serializable

Serialized Fields

code

char code
The data element identifier.


data

char[] data
The data element.

Class org.marc4j.marc.VariableField extends Object implements Serializable

Serialized Fields

tag

String tag
The tag name.


Package org.marc4j.util

Class org.marc4j.util.CharacterConverterLoaderException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause



Copyright © 2001-2004 Bas Peters. All Rights Reserved.