public class MarcJsonReader extends Object implements MarcReader
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTROLFIELD_ARRAY |
static int |
DATAFIELD_ARRAY |
static int |
FIELDS_ARRAY |
static int |
NO_ARRAY |
static int |
SUBFIELD_ARRAY |
static int |
SUBFIELDS_ARRAY |
| Constructor and Description |
|---|
MarcJsonReader(InputStream is)
Creates a MarcJsonReader from a supplied
InputStream |
MarcJsonReader(Reader in)
Creates a MarcJsonReader from the supplied
Reader. |
public static final int NO_ARRAY
public static final int FIELDS_ARRAY
public static final int SUBFIELDS_ARRAY
public static final int CONTROLFIELD_ARRAY
public static final int DATAFIELD_ARRAY
public static final int SUBFIELD_ARRAY
public MarcJsonReader(InputStream is)
InputStreamis - public boolean hasNext()
true if there is a next record; else,
false.hasNext in interface MarcReaderpublic Record next()
Record.next in interface MarcReaderCopyright © 2014 FreeLibrary. All Rights Reserved.